apps/frontend/test-results/*
.worktrees/
.env.local
target/
node_modules/
dist/
.modelable/
site/

# CLI test suite pollution: several existing tests invoke `compile` without
# CliRunner.isolated_filesystem and write into the real cwd, same as
# .modelable/registry.db above. registry-ids.lock must still be committed in
# a real .mdl workspace (see docs/getting-started.md) — this entry is only
# about this repo's own working tree, not that guidance.
registry-ids.lock

# Helm fetched chart dependencies — regenerated by `helm dependency update`
charts/*/charts/
scripts/__pycache__/
**/__pycache__/
*.pyc
*.pyo
.pytest_cache/
.pytest_tmp/
.venv/

# VS Code test harness — downloaded VS Code binary for extension smoke tests
vscode/.vscode-test/
vscode/out/
vscode/*.vsix

# Subagent-driven-development progress ledger (scratch state, not project output)
.superpowers/
