2025-11-28 12:29:58 +01:00
|
|
|
# Git files
|
|
|
|
|
.git/
|
|
|
|
|
.gitignore
|
|
|
|
|
.gitattributes
|
|
|
|
|
|
|
|
|
|
# Documentation
|
|
|
|
|
*.md
|
|
|
|
|
LICENSE
|
|
|
|
|
|
|
|
|
|
# Docker files (not needed in image)
|
|
|
|
|
docker-compose.yml
|
|
|
|
|
.dockerignore
|
|
|
|
|
|
2026-02-09 00:22:15 +01:00
|
|
|
# IMPORTANT: entrypoint.sh is needed and should NOT be ignored
|
|
|
|
|
# !entrypoint.sh
|
|
|
|
|
|
2025-11-28 12:29:58 +01:00
|
|
|
# Data and runtime files
|
2026-02-09 00:22:15 +01:00
|
|
|
electrumx-data/
|
2026-02-11 12:29:16 +01:00
|
|
|
.palladium/
|
2025-11-28 12:29:58 +01:00
|
|
|
*.log
|
|
|
|
|
*.pid
|
|
|
|
|
|
|
|
|
|
# Python cache
|
|
|
|
|
__pycache__/
|
|
|
|
|
*.py[cod]
|
|
|
|
|
*$py.class
|
|
|
|
|
*.so
|
|
|
|
|
.Python
|
|
|
|
|
*.egg-info/
|
|
|
|
|
dist/
|
|
|
|
|
build/
|
|
|
|
|
.pytest_cache/
|
|
|
|
|
.coverage
|
|
|
|
|
htmlcov/
|
|
|
|
|
|
|
|
|
|
# IDE and editor files
|
|
|
|
|
.vscode/
|
|
|
|
|
.idea/
|
|
|
|
|
*.swp
|
|
|
|
|
*.swo
|
|
|
|
|
*~
|
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
|
|
# Test files
|
|
|
|
|
test-server.py
|
|
|
|
|
tests/
|
|
|
|
|
|
|
|
|
|
# Environment files
|
|
|
|
|
.env
|
|
|
|
|
.env.local
|
|
|
|
|
*.pem
|
|
|
|
|
*.key
|
|
|
|
|
*.crt
|
|
|
|
|
|
|
|
|
|
# Plans and notes
|
|
|
|
|
.claude/
|
|
|
|
|
*.tmp
|