__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

