# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python

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

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

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

# Type checking / linting
.mypy_cache/
.ruff_cache/

# Sphinx build output
docs/_build/

# Jupyter
.ipynb_checkpoints/

# OS
.DS_Store
Thumbs.db

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

# Data / output files (user-generated, not committed)
*.parquet
*.nc

# Validation / research data artifacts (large public downloads, not committed)
eaglei_outages_*.csv
MCC.csv
.cache_*.txt
.cache_*.parquet
_assets_*.csv
_c_*.csv

# Generated report deliverables (local, not part of the package)
report.html
report_plain.html
project_status.html
climagrid_status_report.pdf
climagrid_report_nontechnical.pdf
climagrid_project_status.pdf

