trading.ai/.gitignore
2025-09-18 22:37:22 +08:00

37 lines
331 B
Plaintext

# Python
venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
.env
.venv
# Runtime data and databases
data/
logs/
*.log
*.db
*.sqlite
*.sqlite3
# IDE and editors
.DS_Store
.claude/
.vscode/
.idea/
# Docker
.dockerignore
# Configuration (if contains sensitive info)
config/local_*
config/prod_*
# Temporary files
tmp/
temp/
*.tmp