# Byte-compiled
__pycache__/
*.py[cod]
*$py.class

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

# Virtual environments
.venv/
venv/
ENV/

# IDE
.vscode/
.idea/
*.swp

# Testing
.pytest_cache/
.coverage
htmlcov/
.hypothesis/

# Type checking
.mypy_cache/

# Agent artifacts
.agent/

# Local data
.cyntrisec/

# Allow demo snapshots under scenarios
!scenarios/demo-snapshots/.cyntrisec/
!scenarios/demo-snapshots/.cyntrisec/**

# Generated artifacts
cyntrisec-report.html
cyntrisec-remediation-plan.json
cyntrisec-remediation-tf/

# OS
.DS_Store
Thumbs.db

.kiro
.claude
cyntrisec_v0.1.3_issue_reports
audit_debug.txt
scan_output.txt
test_output.log
*.log

# Debug
debug_*.py

# Generated Reports & Output
report.html
scan.json
role.tf

# Terraform
.terraform/
*.tfstate
*.tfstate.backup