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

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
coverage.xml
htmlcov/

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

# sar-aws-faultline
*.json
!docs/iam-policy.json
*.txt
*.docx

# NEVER commit these
.env
*.pem
credentials
.aws/

# Scan output may contain account ids and resource names
gaps.md
faultline-report.*
*.faultline.json

# Local project/tooling config, not for the public repo
CLAUDE.md
.claude/