tradingview-alert-dispatcher/.gitignore
2026-05-14 21:40:22 +08:00

34 lines
349 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.coverage
htmlcov/
# Virtual environments
.venv/
venv/
env/
# Local runtime data
data/*.db
data/*.sqlite
data/*.sqlite3
*.log
# Local configuration and secrets
.env
.env.*
!.env.example
# OS and editor files
.DS_Store
.idea/
.vscode/
# Docker / build artifacts
dist/
build/
*.egg-info/