# Source code
src/
tests/
*.ts
*.tsx
tsconfig*.json
rollup.config.js

# Build tools and dependencies
node_modules/
.pnpm-lock.yaml
package-lock.json
yarn.lock

# Development files
.env*
.vscode/
.idea/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Development configs
knip.json
typedoc.json
.eslintrc*
.prettierrc*

# Distribution files (we only want the built ones)
dist/types/
dist/**/*.map

# Source maps (optional - remove if you want to include them)
*.map

# Build artifacts we don't need
profiling/

# Only include what's necessary:
# - dist/*.cjs files (bundled CLI)
# - dist/commands/*.cjs (bundled commands)
# - dist/hooks/*.cjs (bundled hooks)
# - oclif.manifest.json
# - theme.json
# - README.md
# - CHANGELOG.md 