# OS
.DS_Store
Thumbs.db

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
*.whl
pip-wheel-metadata/
*.manifest
*.spec

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

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

# Jupyter
.ipynb_checkpoints/

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
tests/plot_output/*.png

# Type checkers
.mypy_cache/
.pyright/
.ruff_cache/

# Claude Code
CLAUDE.md
.claude/

# Docs build output
docs/_build/
docs/_autosummary/
.hypothesis/
