.DS_Store
*.swp
*.swo
.env
node_modules/
__pycache__/
*.egg-info/
.pytest_cache/
.coverage
htmlcov/
dist/
build/

# Local IDE/Claude Code state; not framework content
.claude/
.venv/
.venv-review/
.aiadev/
.mcp.json

# Per-developer customization overrides (Story 2 of
# specs/0014-bmad-inspired-evolutions/). The framework dogfoods its own
# 3-tier resolver: _aiadev/team.toml is committed, _aiadev/user.toml is
# personal-only. See _aiadev/user.toml.example for the shape.
_aiadev/user.toml
# Build artefacts populated by scripts/sync_assets.py; the source of
# truth lives at the repo root and is shipped in the wheel via
# pyproject.toml package-data + MANIFEST.in.
src/aiadev/_assets/

# VS Code extension build artefacts (see vscode-extension/)
vscode-extension/node_modules/
vscode-extension/out/
vscode-extension/.vscode-test/
*.vsix
