# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.ruff_cache

# Virtual environments
.venv/
venv/
ENV/
env/

# uv
.uv/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
.claude

# Jupyter
.ipynb_checkpoints
*.ipynb_checkpoints

# Documentation builds
docs/_build/
docs/build/
site/

# Data and outputs (adjust as needed)
*.nc
*.zarr
outputs/
data/
AI

# Temporary files
*.tmp
*.log
