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

# Environments / secrets
.env
.env.local
*.env

# Caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Local scratch
/local/
audits/

# OS / editor
.DS_Store
*.swp

# Local verification output
artifacts/
