__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
*.egg

.venv/
venv/
env/
.python-version

.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

.docagent/
!tests/golden/**/.docagent/

.idea/
.vscode/
.DS_Store
