43 lines
449 B
Plaintext
43 lines
449 B
Plaintext
# Large source data files — not tracked
|
|
data/raw/
|
|
*.shp
|
|
*.dbf
|
|
*.shx
|
|
*.prj
|
|
*.sbn
|
|
*.sbx
|
|
*.sbx
|
|
*.cpg
|
|
*.shp.xml
|
|
*.shp.ea.iso.xml
|
|
*.shp.iso.xml
|
|
|
|
# CSV data files (large)
|
|
*.csv
|
|
|
|
# Jupyter
|
|
.ipynb_checkpoints/
|
|
**/.ipynb_checkpoints/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.env
|
|
.venv/
|
|
venv/
|
|
|
|
# Figures (generated outputs — commit selectively)
|
|
figures/**/*.png
|
|
figures/**/*.pdf
|
|
figures/**/*.svg
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor
|
|
.vscode/
|
|
*.swp
|
|
*~
|