Files
GeoData/.gitignore
s0wlz (Matthias Puchstein) 1a0ab1e4b6 Add SWE LOD exports and improve Unity importers
- add swe_lod config and exporter for height/porosity/building EXRs

- write river mask PNGs and add tree water/bridge masking

- update Unity importers with tile selection, ortho fallback, and building prefabs
2026-02-03 23:02:37 +01:00

50 lines
574 B
Plaintext

# --- OS / editor junk ---
.DS_Store
Thumbs.db
*~
*.swp
*.swo
.vscode/
.idea/
# --- Python ---
__pycache__/
*.pyc
*.pyo
.venv/
venv/
.env
# --- GDAL / GIS scratch & sidecars ---
work/
*_tmp.tif
*.aux.xml
*.ovr
*.tfw~ # backup worldfiles
# --- Export artifacts ---
export_unity/
geodata_config.json
# --- Raw downloaded source data (usually too big for git) ---
*.zip
raw/
archive/
# --- Logs / temp ---
*.log
tmp/
temp/
.cache/
*.gfs
# --- Unity (source-of-truth scripts only) ---
scripts_unity/**/*.meta
docs
GEMINI.md
AGENTS.md
conductor
export_swe
*.7z