# Development files
*.log
*.tmp
*.temp
.DS_Store
Thumbs.db

# IDE files
.vscode/
.idea/
*.swp
*.swo

# Git
.git/
.gitignore

# Node modules (shouldn't be included anyway)
node_modules/

# Test files
test/
tests/
*.test.js
*.spec.js

# Documentation source
docs/
.github/

# Environment files
.env
.env.local
.env.*.local

# Build artifacts
dist/
build/
coverage/

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