__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/
.eggs/
node_modules/
*.log
.env
.env.local
.env.*.local
.venv/
venv/
.DS_Store
*.tsbuildinfo
.coverage
htmlcov/
coverage.xml
.pytest_cache/
.mypy_cache/

# Ad-hoc Windows scripts and wrappers (use `git add -f path` to commit one on purpose)
*.ps1
!run-dashboard.ps1
!scripts/validate-ci-local.ps1
!tests/run_inspector_test.ps1
*.cmd
!run-dashboard.cmd
*.bat

# Windows / editors / merge cruft
Thumbs.db
ehthumbs.db
Desktop.ini
*.stackdump
*.orig
*.bak
*~
.vs/

# Local config (optional: remove to track bastion.yaml)
# bastion.yaml
bastion.local.yaml
*.local.yaml

# IDE / editor / agent tooling (local only)
.cursor/
.idea/
.vscode/
*.swp
*.swo

# Local runtime artifacts
.bastion/
.osv/
audit.jsonl
report.md
*.tmp
*.temp
local-*.json
*.manifest.local.json

# Python / Node tooling caches
.ruff_cache/
.tox/
.nox/
.hypothesis/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Generated / duplicate assets (keep committed images/ and docs/images/)
/assets/
agent-transcripts/
.pr-body-tmp.md
coverage-full.log
coverage-run.log

