GeoQuery / .gitignore
GerardCB's picture
Deploy to Spaces (Final Clean)
4851501
raw
history blame contribute delete
852 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
ENV/
env/
.venv/
# Node
node_modules/
.next/
out/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Environment
.env
.env.local
.env.*.local
# Data files (keep structure, not data)
*.parquet
*.duckdb
*.duckdb.wal
# Large data files and binaries (downloaded at build time)
backend/data/embeddings.json
backend/data/*.geojson
backend/data/*.gz
backend/data/*.xlsx
backend/data/global/airports/airports_global.csv
backend/data/*.gpkg
backend/data/osm/
backend/data/overture/
backend/data/kontur/
backend/data/hdx/
backend/data/base/
backend/data/inec/
backend/data/temp/
backend/data/climate/
backend/data/ms_buildings/
backend/data/stri/
backend/data/socioeconomic/
backend/data/terrain/
backend/data/worldbank/
# Logs
*.log
npm-debug.log*
# Build
dist/
build/
*.egg-info/