# Dependencies
node_modules/
.bun/
models/
.venv/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# package-lock.json and bun.lock are needed for Docker builds
yarn.lock
pnpm-lock.yaml

# Build output
dist/
build/
*.egg-info/
__pycache__/
*.py[cod]
*$py.class
*.so

# Environment files
.env
.env.*
!.env.example
venv/
ENV/
env/

# Version control
.git/
.gitignore
.gitattributes

# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db

# Test files
coverage/
__tests__/
jest.config.*
*.test.ts
.nyc_output

# Logs
logs/
*.log

# Documentation
*.md
docs/
CHANGELOG
LICENSE

# Docker
docker-compose*.yml
docker-compose*.yaml
Dockerfile*

# Temporary files
tmp/
temp/
.tmp/
*.tmp

# Misc
.cursorrules
.mypy_cache/
.storage/
.cloud/
*.db
*.db-* 
.cursor/
.cursor*
.cursorconfig