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

# Test/Coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store

# Local audit logs created by examples / tests
*.jsonl
!docs/**/*.jsonl
!examples/**/sample-*.jsonl

# Secrets
.env
.env.*
!.env.example

# Hatchling
.hatch/
.claude/
