__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg
.pytest_cache/
out/
.venv/
site/
.coverage
.env
.sentrik/local/
~$*
_dash_debug.*

# Root-level screenshots (not source code)
/*.png

# VS Code extension build artifacts
vscode-extension/node_modules/
vscode-extension/*.vsix
vscode-extension/package-lock.json

# npm binary
npm-package/bin/

# MCP registry credentials
npm-package/.mcpregistry_*
npm-package/.sentrik/

# VS Code extension local state
vscode-extension/.sentrik/

# License server
# license-server source is tracked; runtime artifacts are not
license-server/*.db
license-server/__pycache__/

# Frontend build
frontend/node_modules/
frontend/dist/

# Binary documents — use _archive/ for local copies
*.docx
*.pptx
*.xlsx
*.xlsx#
_archive/

# Automation pipeline
automation/logs/
automation/e2e/node_modules/
automation/e2e/test-results/
automation/e2e/report/
automation/e2e/screenshots/
automation/.env
persona-preview.html
.llm_key
.llm_key.txt
scratch_fixtest/
