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

# Virtualenvs
.venv/
venv/
.venv-*-backup/
.venv.bak/

# Test / lint / type-check caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
htmlcov/
*.cover
coverage.xml
.coverage
.coverage.*

# Editor / OS
.env
.env.local
.DS_Store
.idea/
.vscode/

# Local recording / handoff artifacts
*.tape
progress.txt
