# Version control and local tooling
.git
.github
.claude
.idea
.playwright-mcp
.vscode
plans

# Dependencies and generated build output
node_modules
**/node_modules
.next
**/.next
coverage
**/coverage
dist
**/dist
out
**/out
*.tsbuildinfo
**/next-env.d.ts

# Test and runtime artifacts
**/midscene_run
**/uploads
**/*.png
!apps/web/public/**/*.png
**/.skytest/instance.lock.yaml
**/.skytest/local-up.pid
**/.skytest/local-up.log
**/.skytest/*.tmp
.skytest-dev

# Local data, environment, and OS files
dev.db
**/dev.db
.env
.env.*
*.log
.DS_Store
Thumbs.db
