-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
64 lines (52 loc) · 900 Bytes
/
.gitignore
File metadata and controls
64 lines (52 loc) · 900 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
58
59
60
61
62
63
64
# IDE and editor
.vscode
.idea
# Python
*.egg-info
__pycache__
.mypy_cache
.pytest_cache
*.pyc
.venv
# Build
build/
dist
_dev
# Environment
.env
.envrc
# Logs
.prism.log
codegen.log
*.log
# Package manager
Brewfile.lock.json
# Agent config files (symlinked from user home)
LLM.md
AGENTS.md
CLAUDE.md
GEMINI.md
GROK.md
QWEN.md
# Local databases and state
.hanzo/
.grok/
# Documentation build
docs/.next/
docs/out/
docs/node_modules/
# Training data and scripts (DO NOT COMMIT)
training_dataset.jsonl
scripts/full_extractor.py
scripts/mega_extractor.py
scripts/mega_full_extractor.py
scripts/streaming_extractor.py
scripts/supplement_extractor.py
# Test files at root (experimental)
test_post_quantum_*.py
# Analysis documents (internal)
HANZO_INNOVATION_OPPORTUNITIES.md
POST_QUANTUM_CRYPTOGRAPHY_IMPLEMENTATION.md
# Experimental cryptography (WIP)
pkg/hanzo/src/hanzo/cryptography/
site/