Files
palladium-stack/.dockerignore
davide3011 8131d7048e rename palladium-node-data to .palladium to follow Unix standards
Rename the data directory from palladium-node-data/ to .palladium/
to align with Unix convention for application data directories.
This change makes the directory hidden by default and follows the
standard naming pattern used by blockchain nodes
2026-02-11 12:29:16 +01:00

58 lines
604 B
Plaintext

# Git files
.git/
.gitignore
.gitattributes
# Documentation
*.md
LICENSE
# Docker files (not needed in image)
docker-compose.yml
.dockerignore
# IMPORTANT: entrypoint.sh is needed and should NOT be ignored
# !entrypoint.sh
# Data and runtime files
electrumx-data/
.palladium/
*.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