add tip list
This commit is contained in:
parent
7b9d7734ab
commit
c733cf64e1
12 changed files with 598 additions and 187 deletions
61
.gitignore
vendored
Normal file
61
.gitignore
vendored
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue