# TypeScript sources (compiled JS is in out/)
src/**

# Local/generated artifacts
.DS_Store
**/.DS_Store
*.vsix

# Python bytecode
**/__pycache__/**

# Dev dependencies
node_modules/**

# Build config
tsconfig.json

# Tests in embedded project (not needed at runtime)
kiss_project/src/kiss/tests/**

# Build/install scripts
copy-kiss.sh
install.sh
