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

# Environment variables
.env
.env.*
!.env.example
!.env.production.example
.env.local
.env.development.local
.env.test.local
.env.production.local

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

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

# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
.project
.classpath
.settings/

# Uploads (keep directory structure but ignore files)
uploads/*
!uploads/.gitkeep
temp/

# Database
*.sqlite
*.db

# Coverage directory used by tools like istanbul
coverage/
.nyc_output/

# Build files
dist/
build/

# Temporary files
tmp/
temp/

# Test files - DO NOT IGNORE test files, only test output
# *.test.js - Commented out to keep test files in repo
# *.spec.js - Commented out to keep test files in repo

# Jest cache
.jest-cache/
