c350a2713b
The cache-feature commit swept warmed WebPs into Git via 'git add -A' — 257 tracked files (~12 MB) + churn making prod checkouts dirty. Add data/img_cache/ to .gitignore (beside art_cache) and untrack with 'git rm -r --cached' (live files retained; no history rewrite). [Codex audit blocker] Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
14 lines
158 B
Plaintext
14 lines
158 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
node_modules/
|
|
*.egg-info/
|
|
data/*.sqlite3
|
|
data/*.sqlite3-*
|
|
data/*.db
|
|
data/geo_audit*.json
|
|
|
|
logs/
|
|
data/art_cache/
|
|
data/img_cache/
|