Files
upbeatBytes/.gitignore
T
thejayman77 c350a2713b git: stop tracking the runtime image cache (data/img_cache)
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>
2026-06-30 12:14:32 -04:00

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/