.claude/settings.local.json

# Python
.venv/
__pycache__/
*.pyc
*.egg-info/

# Node
node_modules/
dist/

# Built module frontend bundles (force-included into wheels at build time)
modules/*/*/static/dist/

# Host build output and the module-pages manifest regenerated by `make gen-pages`
host/static/dist/
host/client_app/modules.manifest.json
host/client_app/modules.generated.ts
host/client_app/modules.generated.css

# Local databases
host/*.db

# Runtime upload storage (PagebuilderSettings.media_root)
var/

# Env
.env

# Playwright
playwright-report/
test-results/
.playwright-mcp/

# macOS
.DS_Store

# QA / verify pipeline artifacts (/qa, /vf)
.qa/
.verify/
# Scratch database a /qa run boots against, so it never touches host/app.db.
qa.db*
