42 lines
2.0 KiB
Plaintext
42 lines
2.0 KiB
Plaintext
# ── Rust (agent/) ─────────────────────────────────────────────────────────────
|
|
agent/target/
|
|
|
|
# ── Go (server/) ──────────────────────────────────────────────────────────────
|
|
server/vendor/
|
|
server/*.test
|
|
server/*.out
|
|
|
|
# Generated protobuf (rebuilt with `make proto`)
|
|
server/internal/proto/
|
|
|
|
# ── SvelteKit (web/) ──────────────────────────────────────────────────────────
|
|
web/node_modules/
|
|
web/.svelte-kit/
|
|
web/build/
|
|
web/dist/
|
|
web/.env
|
|
web/.env.*
|
|
|
|
# ── Docker ────────────────────────────────────────────────────────────────────
|
|
*.tar
|
|
|
|
# ── Scripts locaux ────────────────────────────────────────────────────────────
|
|
push.sh
|
|
|
|
# ── Données & secrets ─────────────────────────────────────────────────────────
|
|
*.db
|
|
*.db-wal
|
|
*.db-shm
|
|
.env
|
|
.env.*
|
|
|
|
# ── OS ────────────────────────────────────────────────────────────────────────
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# ── Éditeurs ──────────────────────────────────────────────────────────────────
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|