← back to Costa Rica

.gitignore

23 lines

node_modules/
.env
.env.*
!.env.example
tmp/
*.log
.DS_Store
dist/
build/
.next/
data/raw/
data/cache/
# deploy config — holds DEPLOY_HOST (prod IP); gitignored per the /deploy skill spec
.deploy.conf
# playwright-mcp scratch output — never commit
.playwright-mcp/
# editor / refactor snapshot junk — never commit, never serve
*.bak
*.bak.*
*.pre-*
*.orig
*~