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

# Virtual environments
.venv/
venv/

# Iridium local state
.iridium/

# Test / tooling
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
uv.lock

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store

# Env secrets
.env
!.env.example
