28 lines
424 B
Text
28 lines
424 B
Text
# Docker-volumer (flyktige, ikke i Git)
|
|
.docker-data/
|
|
|
|
# Scratch (testfiler, notater, midlertidig)
|
|
.scratch/
|
|
|
|
# Oppgaver for agenter (plukkliste, ikke i git)
|
|
tasks/
|
|
|
|
# Lokale scripts (convenience, ikke i git)
|
|
scripts/
|
|
|
|
# Miljovariabler
|
|
.env.local
|
|
.env
|
|
|
|
# LiteLLM config (kan inneholde API-nøkler fra DB)
|
|
config/litellm/config.yaml
|
|
|
|
# Node
|
|
node_modules/
|
|
|
|
# Rust
|
|
target/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|