21 lines
218 B
Plaintext
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
|