# Python
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
*.egg
.eggs/

# Distribution / packaging
dist/
build/
wheels/

# Virtual environments
.venv/
venv/
env/

# Testing & coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.tox/

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# Editors
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Docs output
dist/docs-site/
