# VS Code Extension Ignore File
.vscode/**
.vscode-test/**
src/**
out/**/*.map
out/test/**
node_modules/**
*.vsix
.gitignore
tsconfig.json
vsc-extension-quickstart.md
**/*.ts
**/.DS_Store
**/Thumbs.db

# Python cache
**/__pycache__/**
**/*.pyc
**/*.pyo

# Test files
tests/**
test_*/**
**/test_*.py

# Development files
scripts/dev.sh
*.log

# Extra authoring-only skills are kept in the repo but excluded from the packaged VSIX.
skills/memory-checkpoint/**
skills/memory-updater/**
skills/project-init/**
