server/.gitignore
vegard a28c61605c Gitignore config/litellm/config.yaml — kan inneholde API-nøkler
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-16 07:18:46 +01:00

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