Files
boker/.gitignore
2026-06-22 14:17:10 -07:00

21 lines
218 B
Plaintext

# secrets
.env
# Python cache — matches any depth, no need to list per-directory
__pycache__/
*.pyc
*.pyo
*.pyd
# test artifacts
.pytest_cache/
.coverage
htmlcov/
# virtualenv
.venv/
# data + exports
data/
*.csv