# Dependencies
node_modules
**/node_modules

# Build output
.next
**/.next
out
build
dist

# Git
.git
.gitignore

# Environment (secrets — never bake into image)
.env
.env.*
!.env.example

# Docker
Dockerfile
docker-compose.yml
.dockerignore

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

# OS
.DS_Store
Thumbs.db

# Logs and runtime data
*.log
dev.log
storage/logs/*
storage/backups/*
storage/temporary/*
storage/exports/*
db/*.db
db/*.db-journal
db/backups/*

# Archives
*.zip
*.tar.gz
*.tgz

# Documentation (not needed at runtime)
docs
*.md
!README.md

# Test artifacts
coverage
.nyc_output
tests
vitest.config.ts

# Sandbox-only folders
skills
upload
download
tool-results
agent-ctx
worklog.md
tsconfig.tsbuildinfo

# Misc
.claude
.zscripts
check-db.mjs
--selector
