# Dependencies
node_modules/
.pnpm-store/
# Build output
dist/
build/
*.tsbuildinfo
# Test coverage
coverage/
.nyc_output/
# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db
# Environment variables
.env
.env.local
.env.*.local
.env.development
.env.test
.env.production
# Debug logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
debug.log
# Cache directories
.cache/
.npm/
.eslintcache
.stylelintcache
# Project specific
api-responses/*.json
!api-responses/.gitkeep
# Temporary files
*.tmp
*.temp
.tmp/
temp/
# Local development
local/
*.local
# Operating System
.DS_Store
.AppleDouble
.LSOverride
Desktop.ini
$RECYCLE.BIN/
*.lnk