Files
GeoData/.gitignore

43 lines
522 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