add tip list

This commit is contained in:
Aron Petau 2025-10-12 08:54:30 +02:00
parent 7b9d7734ab
commit c733cf64e1
12 changed files with 598 additions and 187 deletions

61
.gitignore vendored Normal file
View file

@ -0,0 +1,61 @@
# 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