__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Virtual environments
.venv/
venv/
env/

# Build
build/
dist/
*.egg-info/
*.egg

# uv
.uv/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/

# Reports
scan-reports/
*.oscal.json
!examples/*.oscal.json

# Environment
.env
.env.local
.env.*.local

# Editor
.vscode/
.idea/
*.swp
.DS_Store

# Secrets
*.pem
*.key
credentials.json
