# Python
.venv/
__pycache__/
*.pyc
*.pyo

# OS
.DS_Store
Thumbs.db

# Editor
.vscode/
.idea/
*.swp

# Large data assets — not tracked in git (no LFS yet)
# 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/
data/kg/
