-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (43 loc) · 769 Bytes
/
.gitignore
File metadata and controls
55 lines (43 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
*node_modules*
*dist*
*build*
*logs*
*.env
.DS_Store
*.linear-cache
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
# Credential files - NEVER commit these
*.gdrive-server-credentials.json
*gcp-oauth.keys.json
credentials/
.credentials
# Token files - NEVER commit these
*.gdrive-mcp-tokens.json
*gdrive-mcp-tokens.json
# Audit logs
*.gdrive-mcp-audit.log
*gdrive-mcp-audit.log
# Test coverage
coverage/
.nyc_output/
# IDE
.vscode/
.idea/
.cursor/
# Redis dump
dump.rdb
# Claude Desktop configuration files
claude-config-*.json
# BMad framework installations - external tools
.claude/commands/BMad/
# BMAD (local only)
# Wrangler build cache and state
.wrangler/
# Claude Code skills (symlinks to external tooling)
.claude/skills/
# Obsidian vault
.obsidian/