# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv*/
venv/
env/

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

# Distribution / packaging
*.whl

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

# cfgrib index files (auto-generated, not committed)
*.idx

# Local GRIB cache from example scripts
noaa_cache/

# OS
.DS_Store
Thumbs.db

# Local-only files (CLAUDE.local.md, settings.local.json, .env.local, etc.)
*.local.*
