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

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/

# Coverage
.coverage
htmlcov/

# Environment / secrets
.env
*.env

# Real logs — never commit production data (anonymize fixtures before adding)
*.jsonl
!benchmark/fixtures/*.jsonl

# OS / editor
.DS_Store
.idea/
.vscode/
