Files
palladium-stack/.gitignore
2026-02-13 11:14:09 +01:00

34 lines
374 B
Plaintext

# ElectrumX server data
/electrumx-data/
# Palladium node data (keep only the config file)
/.palladium/*
!/.palladium/palladium.conf
# Logs
*.log
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Temporary files
*.tmp
*.temp
# Python cache files
__pycache__/
*.py[cod]