Skip to content

Commit 3552d22

Browse files
committed
chore: add scratch scripts and dev artifacts to gitignore
1 parent 1c57b03 commit 3552d22

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

.gitignore

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,36 @@ daemon.log
1111
*-keys.json
1212
*.pyc
1313
__pycache__/
14+
15+
# Scratch files and temporary scripts
16+
*.excalidraw
17+
*.excalidraw.svg
18+
*.tex
19+
Untitled*.png
20+
Progress.md
21+
TESTING.md
22+
check_results.json
23+
code.txt
24+
concept.md
25+
findings.md
26+
idea_improv.md
27+
inmp.md
28+
logs.txt
29+
theme.md
30+
themeismp.css
31+
scratch/
32+
33+
# Temporary python scripts
34+
extract_chat.py
35+
fix_*.py
36+
llm_agent.py
37+
load_test_graph.py
38+
parse_*.py
39+
patch_agents_view.py
40+
rename_script.py
41+
run_*.py
42+
seed_*.py
43+
test_*.py
44+
test.py
45+
update_*.py
46+
insp.tsx

0 commit comments

Comments
 (0)