58af593af6
Restore .claude/settings.json and revert .gitignore change that were accidentally included in the sdr-agent refactor commit. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
86 lines
880 B
Plaintext
86 lines
880 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# Build outputs
|
|
dist/
|
|
build/
|
|
workdir/
|
|
.next/
|
|
out/
|
|
|
|
# Environment files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# User configuration (copied from .example)
|
|
config.yaml
|
|
docker-compose.override.yml
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
!.vscode/settings.json.example
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Testing
|
|
coverage/
|
|
.nyc_output/
|
|
.pytest_cache/
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
vite.config.d.ts
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.egg-info/
|
|
.eggs/
|
|
*.egg
|
|
|
|
# Generated runtime data
|
|
core/data/
|
|
|
|
# Misc
|
|
*.local
|
|
.cache/
|
|
tmp/
|
|
temp/
|
|
|
|
exports/*
|
|
|
|
.claude/settings.local.json
|
|
|
|
.venv
|
|
|
|
docs/github-issues/*
|
|
core/tests/*dumps/*
|
|
|
|
screenshots/*
|
|
|
|
.gemini/*
|
|
|
|
# OAuth credentials (never commit)
|
|
client_secret.json
|
|
token.pickle
|
|
token.json
|
|
get_gmail_token.py
|