# Version control
.git
.gitignore
.github

# Node.js
node_modules
npm-debug.log
yarn-debug.log
yarn-error.log

# Build output
dist
build
coverage

# Environment variables and secrets
.env
.env.*
!.env.example

# Docker
Dockerfile
docker-compose.yml
.dockerignore

# Documentation
README.md
DEPLOYMENT.md
docs
*.md

# Development tools and configuration
.vscode
.idea
*.sublime-*
.editorconfig
.eslintrc
.eslintignore
.prettierrc
.prettierignore
nodemon.json
tsconfig.tsbuildinfo

# Temporary files
.tmp
.temp
*.log
*.swp
*.swo
.DS_Store
Thumbs.db

# Other configurations
# (nginx removed)

# Tests
__tests__
*.test.ts
*.test.tsx
*.spec.ts
*.spec.tsx
jest.config.js