-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (44 loc) · 813 Bytes
/
Copy path.gitignore
File metadata and controls
57 lines (44 loc) · 813 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
56
57
# Virtual Environments
tools/.venv*/
tools/python-embed/
tools/.ms-playwright/
.venv/
.venv_wsl/
venv/
# Python Cache
__pycache__/
*.pyc
*.pyo
*.pyd
# Flag Files
.installed
# Environment Variables
.env
.flaskenv
# OS-specific
.DS_Store
Thumbs.db
# Flask/Socket.IO
*.log
# Browser authorization state
authorized/
# Local external-agent bearer-token handoff
standterm_external_agent_handoff.json
standterm_external_agent_handoffs/
standterm_agentinfo.json
standterm_agentinfo.json.tmp
# Local operator observation JSONL logs
operator_observations/
# Local HTTPS certificates
certs/
# Session handoff notes
handover_*.md
handover_*_prompt.txt
# Local feedback notes for the dev side
FEEDBACK_*.md
# Local agent tooling (not published)
.claude/
.codex
AGENTS.md
# Unused reference assets
colorscheme.png