# --- 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