Spaces:
Runtime error
Runtime error
akashyadav758 Claude Opus 4.8 (1M context) commited on
Commit ·
4a66c44
1
Parent(s): 3666689
Gitignore the gateway api-key local note
Browse filesCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- .gitignore +3 -0
.gitignore
CHANGED
|
@@ -4,5 +4,8 @@ hf-token
|
|
| 4 |
# Neon Postgres DB credentials (DATABASE_URL) — never commit
|
| 5 |
neon-db
|
| 6 |
|
|
|
|
|
|
|
|
|
|
| 7 |
# Pasted screenshots / scratch images
|
| 8 |
image.png
|
|
|
|
| 4 |
# Neon Postgres DB credentials (DATABASE_URL) — never commit
|
| 5 |
neon-db
|
| 6 |
|
| 7 |
+
# Gateway API key — never commit
|
| 8 |
+
api-key
|
| 9 |
+
|
| 10 |
# Pasted screenshots / scratch images
|
| 11 |
image.png
|