Files
crypto-atr-signal/.gitignore
T
2026-06-22 22:52:21 +02:00

28 lines
297 B
Plaintext

# Secrets and local configuration
.env
.env.*
!.env.example
# Python
.venv/
venv/
__pycache__/
*.py[cod]
# Runtime data and logs
data/*.db
data/*.db-*
data/*.pid
*.log
# Local development artifacts
.agents/
screenshots/
*.7z
# Editors and operating systems
.idea/
.vscode/
.DS_Store
Thumbs.db