# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/

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

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

# Build and packaging artifacts
build/
dist/
site/
*.egg-info/
.eggs/
pip-wheel-metadata/

# IDE and editor settings
.idea/
.vscode/

# OS files
.DS_Store

# Local secrets and environment (keep .env.example committed if you add one)
.env
.env.*
!.env.example

# Local Python tooling
.python-version
uv.lock

# Claude Code
.claude/
