# Dependencies
node_modules/
**/node_modules/

# Environment variables
.env
.env.local
.env.*.local
*.env

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

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

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

# Testing
coverage/
.nyc_output/
*.lcov

# Database
*.db
*.sqlite
*.sqlite3

# Foundry
cache/
out/
broadcast/
lib/

# Prisma
backend/prisma/migrations/

# Docker
.docker/

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

# OS
Thumbs.db
.DS_Store

# Secrets
*.pem
*.key
secrets/

