# Dependencies
/node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build output
/build
/dist
*.tsbuildinfo
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE and editor files
.idea/
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
.DS_Store
# Cursor specific
.cursor/mcp.json
!.cursor/test.txt
# Logs
logs
*.log
# Coverage directory used by tools like istanbul
coverage
*.lcov
# Misc
.tmp
.temp
build