Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
24 lines
299 B
Plaintext
24 lines
299 B
Plaintext
# Environment — never commit real credentials
|
|
.env
|
|
*.env.local
|
|
|
|
# Runtime logs and PID files
|
|
logs/
|
|
|
|
# Go
|
|
backend/vendor/
|
|
backend/coverage.out
|
|
backend/coverage.html
|
|
|
|
# Air (Go hot-reload)
|
|
backend/tmp/
|
|
|
|
# Node / Next.js
|
|
frontend/node_modules/
|
|
frontend/.next/
|
|
frontend/out/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|