venv/
__pycache__/
*.pyc
*.egg-info/
dist/
build/
.env
*.log
reports/output/
.DS_Store
.idea/
config.yml
*.json.bak
.pytest_cache/
htmlcov/

# audit logs from scan runs
reports/*.jsonl
reports/

# private planning & journals — local only, never published
STANDOFF.md
STANDOFF-II.md
docs/journal/

# test/scan artifacts
.coverage
_tmp_pytest-*
report_*.html
reports_report_*.json
