# Browser extensions — installed separately from GitHub Releases
extensions/

# Website, CLI tools, tests
docs/
src/
test/
apps/
skills/

# Build artifacts and dependencies
dist/
build/
node_modules/
work_dir/
packages/devtools/
packages/config/
packages/runtime-paths/
packages/skill-recording/
package-lock.json
*.zip
*.xpi

# Config and environment
config.json
config.json.example
.env
.env.*
.env.example

# Project docs already covered by SKILL.md
README.md
CHANGELOG.md
RELEASE.md
RELEASE_NOTES.md

# Git and IDE
.git/
.gitignore
.vscode/
.idea/
.cursor/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db

# Logs and temp
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
logs/
*.tmp
*.temp
.cache/

# Install helpers not needed inside the bundle
install.sh
install.ps1
