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

# Build outputs
dist
build

# Development files
.env
.env.*
!.env.example

# Version control
.git
.gitignore

# IDE and editor files
.vscode
.idea
*.swp
*.swo
*~

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

# Logs
logs
*.log

# Testing
coverage
.nyc_output

# Documentation and plans (excluded from container)
docs
prompt_logs
plans

# README and documentation
README.md
CHANGELOG.md
LICENSE
*.md

# Configuration files that aren't needed in container
jest.config.js
vitest.config.ts
.eslintrc.*
.prettierrc.*

# Deployment configs not needed inside container
docker-compose.yml
wrangler.json
.do
