cdec/.gitignore
2025-10-12 08:54:30 +02:00

61 lines
684 B
Text

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.so
*.pyd
*.pyo
# Virtual environments
.venv/
venv/
ENV/
# Jupyter Notebook checkpoints
.ipynb_checkpoints/
# Raster and geodata outputs
*.tif
*.npy
*.png
trinkbrunnen_pixel_positions.npy
trinkbrunnen_karte.png
# 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 results folder except source data
results/
!results/s2_2025.tif
# Ignore geodata except source files
geodata/
!geodata/Trinkbrunnen_Berlin.geojson
# PyInstaller build outputs
build/
dist/
*.spec
# Executables
*.exe
*.app