# Python bytecode and caches
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Virtual environments
.venv/
venv/

# Packaging outputs
build/
dist/
*.egg-info/

# Coverage and test artifacts
.coverage
.coverage.*
htmlcov/

# Editors and operating systems
.DS_Store
.idea/
.vscode/
*.swp

# Local environment files
.env
.env.*
!.env.example

# Local benchmark runs (may contain sensitive conversation transcripts)
.local-runs/
