# Secrets and credentials
.env
.env.local
.env.*.local
*.key
*.pem
*.p12
*.pfx
credentials.json
secrets.yaml
secrets.yml

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

# Virtual environments
.venv/
venv/

# Tool caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
htmlcov/
.coverage

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store

# Generated reports
sanicode-reports/

# Local config
sanicode.toml
sanicode-eval-run/
