# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Build output
dist/
build/
*.tsbuildinfo

# Environment files
.env
.env.local
.env.*.local

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Logs
logs/
*.log

# Models (generated during training)
models/
*.h5
*.pkl
*.model

# Config (user-specific)
h33-cache.config.json
config/*.json

# Testing
coverage/
.nyc_output/

# Cache
.cache/
*.cache

# Temporary files
tmp/
temp/
*.tmp