node_modules
dist
.specs
.turbo
.yarn/install-state.gz
.yarn/releases/*
.yalc
yalc.lock
.env
*storybook.log
storybook-static
# CLI test fixtures (test/dev.test.ts et al. create tmp-* dirs in packages/cli;
# crashed runs can leave them behind)
tmp-*/
.claude

# Nx
.nx/cache/
.nx/workspace-data/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
*.egg-info/
.mypy_cache/
.ruff_cache/
.pytest_cache/

# AgentMark local development config (contains webhook secrets)
.agentmark/dev-config.json

# Speckit
specs/
.specify/
