# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
frontend/node_modules
frontend/.pnp
frontend/.pnp.js

# frontend build / cache
frontend/dist
frontend/.vite
frontend/*.tsbuildinfo

# testing
frontend/coverage

# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

# secrets / runtime data (never commit)
*.pem
*.key
*.db
*.sqlite
*.sqlite3
jwtkey.pem

# agent / tooling session state
.weave
.weave/

frontend/npm-debug.log*
frontend/yarn-debug.log*
frontend/yarn-error.log*

# embedded frontend build output (generated by `npm run build`)
backend/embed/assets

.vscode
