# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
.eggs/
*.egg
build/
dist/

# Environments
.venv/
venv/
.env

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/

# Editors
.idea/
.vscode/
*.swp

# OS
.DS_Store

# MkDocs build output (from fixture tests)
tests/fixtures/*/site/
