-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path.gitignore
More file actions
74 lines (62 loc) · 1.87 KB
/
.gitignore
File metadata and controls
74 lines (62 loc) · 1.87 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
69
70
71
72
73
74
.DS_Store
*.log
*.swp
*~
*.sock
*.bak
node_modules/
.env
.env.local
# Python bytecode (whisperx-diarize cache, etc.)
__pycache__/
*.pyc
# SQLite databases
*.db
*.db-shm
*.db-wal
# Agent Mail installation directory (downloaded during install)
mcp_agent_mail/
# Claude Code session-specific files (per-developer, don't commit)
.claude/agent-*.txt
.claude/agent-*-activity.jsonl
.claude/sessions/agent-*.txt
.claude/sessions/agent-*-activity.jsonl
.claude/sessions/.tmux-agent-*
.claude/.agent-identity-*
.claude/.agent-workflow-state-*
.mcp.json
# Note: Session IDs now in /tmp/claude-session-${PPID}.txt (PPID-based, not in repo)
# Claude Code session files in any subdirectory (recursive, any depth)
**/.claude/.agent-identity-*
**/.claude/.agent-workflow-state-*
**/.claude/sessions/agent-*.txt
**/.claude/sessions/agent-*-activity.jsonl
**/.claude/sessions/.tmux-agent-*
# Supabase CLI temp files (machine-specific)
supabase/.temp/
# Plan mode temporary files
.plan/
# JAT task data (user-specific, don't commit to open source repo)
# When users add their OWN projects via "Add Project", jt init creates
# .jat/ with a .gitignore that ignores SQLite files.
# This entry only affects the JAT repo itself.
.jat/
# Generated avatars (per-machine, don't commit)
avatars/
.archive/
# IDE generated files
ide/theme-screenshots/
whisper/
task-images/
# ── jatweb (self-hosted Coolify/Hetzner stack) ────────────────────────────────
# These files describe the jatweb production infrastructure and are kept local
# until jatweb is ready to go public. To publish: remove this section from
# .gitignore, then `git add` each file and commit.
docs/runbooks/
docs/prd-infra-coolify.md
docs/prd-jst-self-hosted.md
docs/supabase-migration-integration-plan.md
infra/*
!infra/jat-inference/
shared/jatcloud-config.md
shared/jst-jat-cloud.jat.config.json