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

# Virtual environment
.venv/

# IDE
.idea/
.vscode/
*.swp
*.swo
.codex

# Testing
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
site/

# Test policy files and reports (real tenant data)
test_policy.yaml
discovered_policy.yaml
my_policy.yaml
report.html
*.report.html
sandbox/

# Worktrees
.worktrees/

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

# OS
.DS_Store
Thumbs.db
