Files
2026-07-26 22:56:35 +08:00

40 lines
360 B
Plaintext

# Secrets
.env
config.json
!config.example.json
# Logs and runtime data
logs/
logs_v1/
# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
*.egg
# Virtual environment
venv/
.venv/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.cursor/
# OS
.DS_Store
Thumbs.db
# Backtest / analysis data
backtest_data/
# Charts and images (generated at runtime)
*.png