# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

# Jupyter
.ipynb_checkpoints/

# macOS
.DS_Store

# IDE
.vscode/
.idea/

# Distribution
*.whl
*.tar.gz

# CI
.mypy_cache/
.pytest_cache/

# Generated docs
site/
docs/contributing/contributing.md
