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

# 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
