mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 06:00:15 -07:00
16 lines
277 B
Plaintext
16 lines
277 B
Plaintext
# LLM Registry Sync - Sensitive Data
|
|
# Do not commit API keys or database files
|
|
|
|
# Production configuration with API keys
|
|
llm-services.json
|
|
|
|
# Any LLM configuration files
|
|
llm*.json
|
|
|
|
# SQLite database
|
|
llm-registry.db
|
|
|
|
# Debug/test scripts (optional)
|
|
debug-*.ts
|
|
validate-json.ts
|