-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (37 loc) · 826 Bytes
/
Copy path.gitignore
File metadata and controls
42 lines (37 loc) · 826 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
__pycache__/
*.pyc
*.egg-info/
.venv/
.pytest_cache/
build/
dist/
.coverage
htmlcov/
/tmp_workspaces/
.claude/
.omc/
.omx/
.playwright-mcp/
# Local runtime state (state.db, token_ema.json, chat transcripts) stays out of git.
.symphony/*
.domain-agent/
# Auto-generated kanban mirror (regenerated on every TUI launch)
/WORKFLOW-PROGRESS.md
# Local secrets — `.env.example` is the committed template
/.env
/.env.local
# Local user workflow + tracker state — examples are shipped instead
/WORKFLOW.md
/kanban/
/log/
*.log
# Runtime cache written by tui-open.sh on each launch (contains absolute paths)
/.tui-launcher.command
kanban_demo_claude/
kanban_demo_codex/
tmp_workspaces/
WORKFLOW.demo.*.md
/.symphony*-demo/
.sdlc/work/*/scratch/
# Rendered at Pages deploy time by scripts/build_manual_pdf.py
/docs/manual/pdf/