738605b6c0
121 MB across 66 dungeon-floor WebPs (~150 KB–6 MB each). Previously gitignored on the assumption LFS would be needed; plain git handles this fine and it removes the kg_fetch → kg_stitch dependency from the deploy path. README and Ansible bring-up step updated.
23 lines
223 B
Plaintext
23 lines
223 B
Plaintext
# Python
|
|
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
|
|
# Large data assets
|
|
# legacy hires PNG dump (gone, but keep ignored)
|
|
data/maps_png_hires/
|
|
|
|
# Build output
|
|
output/
|
|
data/kg/
|