# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
dist/
build/

# Virtual environments
.venv/
venv/

# Test / type / lint caches
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.pyright/

# IDE / OS
.idea/
.vscode/
.DS_Store

# Env (any directory, including examples/.env)
.env
.env.*
!.env.example
examples/.env

# Docs build
site/

# AI TOOLS
.cursor/
