-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (49 loc) · 800 Bytes
/
Copy path.gitignore
File metadata and controls
57 lines (49 loc) · 800 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
.venv/
.venv_wsl/
__pycache__/
*.pyc
# Model weights and large binaries
*.pt
*.npz
*.bin
*.safetensors
*.gguf
# Large output files (activation dumps, caches)
output/multilingual_all_layers*.npz
output/*.png
output/c2c_logs/
output/departure_rail_*.png
output/diffusion_*.png
# Personal / application materials
Anthropic_Fellow_App/
Chats/
ghost/
kg_sources/
*.zip
2026-*.txt
Screenshot*.png
bitm_experiments.md
bitm_hypotheses.md
bitm_kg_dump.md
crosstask_probe_meta.json
crystallization_7b_results.json
crosstask_probe_hiddens.npz
Claude-*.md
# IDE / editor
.ipynb_checkpoints/
*.swp
*.swo
*~
# MCP / Claude config
.mcp.json
.contextignore
.claude/
# Large diagnostic dumps
perturbation/
vega_md/
# Misc
TODAY_SESSION_NOTES.md
*.pdf
# Private/personal files
.private/