26 lines
396 B
Plaintext
26 lines
396 B
Plaintext
# Python
|
|
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
|
|
# Large data assets — not tracked in git (no LFS yet)
|
|
# data/uprez is an 11 GB sparse-clone of upreza interface
|
|
data/uprez/
|
|
# legacy hires PNG dump (gone, but keep ignored)
|
|
data/maps_png_hires/
|
|
# 336 MB of WebP map tiles — exclude until LFS is set up
|
|
web/assets/maps/
|
|
|
|
# Build output
|
|
output/
|