__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/
*.so
.DS_Store
Thumbs.db

# Coverage artifacts
.coverage
.coverage.*
coverage.json
coverage.xml
htmlcov/

# Secrets and credentials
.env
.env.*
*.key
*.pem

# PyInstaller build artifacts (spec files are source — do not ignore *.spec)
# Demo output files (generated by demo/run_demo.sh)
demo/output/*.json
demo/output/*.sarif
