# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
dist/
build/
.venv/
venv/
.env
.env.*
!.env.example

# Test / tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
.tox/
.cache/

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

# Local
*.log
tmp/
.direnv/
bench/results/*.json
.claude/settings.local.json
.codex-*
