Files
atm-backtesting/.gitignore

28 lines
476 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.pytest_cache/
.venv/
venv/
.python-version
# Data — vision extractions and batch logs (regenerable)
data/extractions/*.json
data/extractions/*.log
data/extractions/rejected/
data/extractions/_batch_*.md
# Screenshots — keep originals out of git (large binary, regenerable jurnal from CSV)
screenshots/inbox/
screenshots/processed/
screenshots/needs_review/
# OS / editor
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp