chore: add .env.example and simplify .gitignore

This commit is contained in:
ajmallesh
2026-01-12 17:22:53 -08:00
parent 69f2d8ffe7
commit 4de1508cb8
2 changed files with 9 additions and 2 deletions

8
.env.example Normal file
View File

@@ -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

3
.gitignore vendored
View File

@@ -1,6 +1,5 @@
node_modules/
.shannon-store.json
.env
agent-logs/
/audit-logs/
audit-logs/
dist/