# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# Packaging
build/
dist/
*.egg-info/

# Virtual environments
.venv/
venv/
env/

# Local tooling and editors
.DS_Store
.idea/
.vscode/

# Node, in case docs/tools add it later
node_modules/
