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

# Test / type / lint caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
htmlcov/
.coverage
.coverage.*

# Editors / OS
.vscode/
.idea/
.DS_Store
Thumbs.db

# goodput run artifacts
*.jsonl
checkpoints/
reports/

# Manual integration tests (real endpoints, never commit)
tests/manual/

