-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (51 loc) · 1.5 KB
/
Copy path.gitignore
File metadata and controls
57 lines (51 loc) · 1.5 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
node_modules
.env
.env.*
!.env.example
.eve
.vercel
.workflow-data
.next
.output
.nitro
dist
.DS_Store
*.tsbuildinfo
data
.claude
# Telegram userbot proxy: локальный venv и файлы сессии (секреты аккаунта).
services/telegram-userbot/.venv
__pycache__/
*.pyc
*.session
*.session-journal
# Живой vault памяти — отдельный приватный git-репо (личные данные).
# Скелет хранится в vault-template/ (трекается); живой vault создаёт scripts/init-vault.mjs.
/vault/
# Скиллы держат локальные креды рядом со скриптами (пример: bts-express) —
# такие файлы никогда не должны уехать в публичный репо даже через git add -A.
agent/skills/**/*token*.json
agent/skills/**/*secret*
agent/skills/**/*credential*
agent/skills/**/*.pem
# Update candidate worktree (iva update)
/.iva-update/
/.iva-build/
# Build output the installer and `npm run build` move aside before rebuilding. Untracked,
# it would land in the next stash and be restored from it - one failed run per 18 MB.
/.output.iva-install-backup-*/
/.output.iva-build-backup-*/
/.output.iva-backup-*/
# Maintainer working notes — kept local, not part of the public repo
/implementation-notes.md
/LEARNINGS.md
/notes/
.memory.lock
.netlify/
attachments/
scripts/xfeed/
# Local working contract, not part of the public product
CLAUDE.md
AGENTS.md
docs/agents/
.scratch/