# Dependencies
node_modules/
.pnp
.pnp.js

# Build outputs
dist/
build/
.next/
.turbo/
*.tsbuildinfo

# Environment
.env
.env.local
.env.*.local
proxy/.env

# Generated by djinn setup
docker-compose.override.yml

# Database
*.db
*.sqlite
*.sqlite3
data/

# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Runtime
*.pid
*.seed
*.pid.lock

# Coverage
coverage/
.nyc_output/

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

# OS
.DS_Store
Thumbs.db

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

# Testing
.vitest/
coverage/

# Misc
.cache/
temp/
tmp/
# Slack tokens - do not commit

# GitHub App secrets
secrets/
*.pem
!*.pem.example

# worktrees
.worktrees/



