**/__pycache__/
**/*.pyc
**/*.pyo
**/*.pyd

# local virtualenvs
venv/
venv_*/
.venv/

# test artifacts
.pytest_cache/
htmlcov/
.coverage

# local tooling
.DS_Store
.ruff_cache/
.mypy_cache/

# repo-only dev folders
terminals/
agent-transcripts/
agent-tools/
