# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
*.egg
dist/
build/

# codeflow runtime
vendor/
report.html
report.review.md
report.burp.json

# generated test outputs
tests/**/*.html
tests/**/*.burp.json
tests/**/*.review.md

# generated demo outputs
demo/**/*.html
demo/**/*.review.md
demo/**/*.burp.json
demo/vulnbank.db
demo/uploads/
demo/reports/

# Virtual environments
.venv/
venv/
env/
codeflow-env/

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/
*.swp
