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

# Virtual environments
.venv/
venv/
env/

# Build / distribution
dist/
build/
*.egg-info/
*.egg

# uv
.uv/

# pytest
.pytest_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/
*.swp

# Jupyter
jupyter/
*.ipynb

# MkDocs
site/
TEST_MATRIX.md
