# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
.eggs/

# Virtual environments
.venv/
venv/
ENV/

# IDE
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# Data artifacts
*.npz

# Rust build artifacts
Cargo.lock
target/

# Generated figures and plots
figures/
*.png
!watereos_visualizer/assets/*.png
!docs/*.png
*.jpeg
*.html
!docs/*.html

# Debug / scratch
adam_error.txt
plot_*.py

# Reference PDFs
references/

# Local tool settings
.claude/
