forked from Lexus2016/claude-code-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
68 lines (50 loc) · 1.01 KB
/
.gitignore
File metadata and controls
68 lines (50 loc) · 1.01 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
# Dependencies
node_modules/
# Auth & sessions (secrets)
data/auth.json
data/sessions-auth.json
# Database (runtime data)
data/chats.db
data/chats.db-shm
data/chats.db-wal
# Projects config (user-specific paths)
data/projects.json
# SSH hosts (contains encrypted passwords)
data/remote-hosts.json
# SSH encryption key — NEVER commit this; without it encrypted passwords are unrecoverable
data/hosts.key
# Uploads
data/uploads/
# Environment
.env
# Workspace (user files, Claude working dir)
workspace/
# Logs
*.log
npm-debug.log*
# OS
.DS_Store
Thumbs.db
# Editor
.vscode/
.idea/
*.swp
*.swo
# OMC plugin sessions & state (local tool data)
.omc/
# Claude Code local config & scripts (machine-specific)
.claude/
CLAUDE.md
agent-orchestrator.yaml
# Config with API keys (use config.example.json as template)
config.json
# Serena plugin data
.serena/
# Test scripts & artifacts
test-*.sh
public/test-*.html
tool-activity-check.png
# Task tracking (local dev planning)
tasks/
# Generated HTML exports
README_RU.html