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

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

# Virtual environments
.venv/
venv/
ENV/
env/
pip/
.rustup/
.python-version

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.project
.pydevproject
.settings/

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.hypothesis/
.tox/
.nox/
coverage.xml
*.cover
*.py,cover

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/
.pyre/

# Linting
.ruff_cache/

# Agent artifacts
.agent/
.gemini/

# 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
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini

# AI assistants
.kiro/
.claude/
.cursor/
.continue/

# Debug/temp files
cyntrisec_v0.1.3_issue_reports
audit_debug.txt
scan_output.txt
test_output.log
*.log
debug_*.py
*.tmp
*.temp
*.bak

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

# Terraform
.terraform/
*.tfstate
*.tfstate.*
crash.log
override.tf
override.tf.json
*_override.tf
*_override.tf.json
.terraformrc
terraform.rc

# Secrets (safety net)
*.pem
*.key
.env
.env.*
!.env.example
secrets.yaml
secrets.json

# MCP Publisher
mcp-publisher.exe
mcp-publisher
mcp-publisher.tar.gz
mcp-publisher.zip
.mcpregistry_*

# Test artifacts
mypy_errors*.txt
test_report.html