.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
# 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/
