# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.eggs/

# Virtual environment
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/

# Kiro workspace config
.kiro/

# Environment and secrets
*.env
.env.*

# Scan reports (contain account IDs and resource names)
AWS_Compliance_Report*.md
AWS_Org_Compliance_Report.md
Control_Tower_Compliance_Report.md
reports/
ct_scan_result.json

# Internal development notes
research.md
Success.md
backendprocess.md
FSI_Review_Notes.md
blogs/
xmind/
CHANGELOG.md

# OS files
.DS_Store
Thumbs.db
