# python / uv
.venv/
venv/
__pycache__/
*.py[cod]
*.egg-info/
.python-version

# downloaded + generated data (tens of GB, never commit)
data/**

# but keep the empty gauge folders so people know where the xlsx files go
!data/gauge/
!data/gauge/wse/
!data/gauge/discharge/
!data/gauge/wse/.gitkeep
!data/gauge/discharge/.gitkeep
!data/gauge/wse/README.txt
!data/gauge/discharge/README.txt

# credentials - never commit these
.netrc
_netrc
*.env
.env

# editor / os junk
.vscode/
.idea/
.DS_Store
Thumbs.db

# matplotlib font cache etc
.cache/
