mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-05-11 20:52:38 +02:00
chore: add .env.example and simplify .gitignore
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# Shannon Environment Configuration
|
||||
# Copy this file to .env and fill in your credentials
|
||||
|
||||
# Anthropic API Key (required - choose one)
|
||||
ANTHROPIC_API_KEY=your-api-key-here
|
||||
|
||||
# OR use OAuth token instead
|
||||
# CLAUDE_CODE_OAUTH_TOKEN=your-oauth-token-here
|
||||
+1
-2
@@ -1,6 +1,5 @@
|
||||
node_modules/
|
||||
.shannon-store.json
|
||||
.env
|
||||
agent-logs/
|
||||
/audit-logs/
|
||||
audit-logs/
|
||||
dist/
|
||||
|
||||
Reference in New Issue
Block a user