53 lines
521 B
Text
53 lines
521 B
Text
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.so
|
|
*.pyd
|
|
*.pyo
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
ENV/
|
|
|
|
# Jupyter Notebook checkpoints
|
|
.ipynb_checkpoints/
|
|
|
|
|
|
# Matplotlib figures
|
|
*.pdf
|
|
*.svg
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor files
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Test and coverage
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# Misc
|
|
*.bak
|
|
*.tmp
|
|
|
|
|
|
|
|
# Ignore geodata except source files
|
|
!geodata/Trinkbrunnen_Berlin.geojson
|
|
!geodata/s2_2025.tif
|
|
|
|
# PyInstaller build outputs
|
|
build/
|
|
dist/
|
|
*.spec
|
|
|
|
# Executables
|
|
*.exe
|
|
*.app
|