# Python
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
_version.py

# Virtual environments
.venv

# Tools
.ruff_cache/
.ty_cache/
.mypy_cache/
.pytest_cache/
.coverage
htmlcov/
site/

# Env
.env
*.log

# Testing scratch (private)
testing/
