valheim-map/.gitignore
Aelith 3a08501b0d Initial commit: Nerdhalla Valheim World Map
- Phase 1: POI database (11,309 locations, SQLite with spatial queries)
- Phase 2: Tile decoder + Leaflet.js web viewer (3 map layers, search, categories)
- Phase 3: .db/.fch parser WIP for fog-of-war overlay
- Full README with roadmap, architecture, and usage docs
2026-06-16 13:18:39 -04:00

18 lines
176 B
Text

# Large data files (stored in /tmp/, not in repo)
*.json
*.db
*.bin.gz
# Python cache
__pycache__/
*.pyc
*.pyo
# OS files
.DS_Store
Thumbs.db
# Environment
.env
.venv
venv/