# Project outputs
output/
analysis/output/
docs/User Guide/data/

# Local working notes, kept out of the published repo
docs/CODE_REVIEW.md

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.so

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

# Environments
.env
.venv
env/
venv/
ENV/

# Test & lint caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Jupyter
.ipynb_checkpoints/

# IDEs
.idea/
.vscode/

# OS
.DS_Store
Thumbs.db
Desktop.ini
