# macOS
.DS_Store

# Claude Code local discovery (symlink recreated per clone — see USAGE.md §2)
.claude/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
*.egg-info/
.eggs/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/
.nox/
.hypothesis/
.cache/
*.cover
.python-version.bak

# uv
uv.lock.bak

# Node / front end (P4+)
node_modules/
vhecfsck/web/node_modules/
vhecfsck/web/dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-store/
dist-web/
*.tsbuildinfo
.vite/
playwright-report/
test-results/
vhecfsck/web/playwright-report/
vhecfsck/web/test-results/

# Editors / local
.idea/
.vscode/
*.swp
*.swo
*~

# Env / secrets
.env
.env.*
!.env.example

# MkDocs
site/

# Agent / Context / Internal handoffs
.agents/
.claude/
vhecfsck.txt
vhectorlab-context.txt
roadmap/handoff-*.md
roadmap/agent-playbook.md
CONTEXT.md
CONTEXT.blueprint.md
scratch/

# OS
Thumbs.db
.worktrees/
