# Git
.git
.gitignore

# Node modules
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# TypeScript build output (will be built in Docker)
dist

# Development files
.env
.env.local
.env.development
.env.test

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

# Testing
coverage
.nyc_output
*.test.ts
*.spec.ts

# Documentation
README.md
CONTRIBUTING.md
CHANGELOG.md
LICENSE

# Docker
Dockerfile
.dockerignore
docker-compose*.yml

# CI/CD
.github
.gitlab-ci.yml
.travis.yml

# Logs
logs
*.log

# Temporary files
tmp
temp
*.tmp