-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
75 lines (61 loc) · 906 Bytes
/
.gitignore
File metadata and controls
75 lines (61 loc) · 906 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
65
66
67
68
69
70
71
72
73
74
75
.venv/
__pycache__/
*.pyc
*.pyo
docs/secert.md
*.egg-info/
build/
dist/
.pytest_cache/
qdrant_storage/
*/__pycache__/
# Rust 编译产物
avm/target/
avm/Cargo.lock
# Nexa 运行时缓存
.nexa_cache/
.nexa_knowledge/
.nexa_security/
# 数据库文件(运行时生成)
*.db
*.sqlite
# 备份文件
*.orig
# 临时测试文件
test_secrets.py
test_secrets2.py
update_agent.patch
validate_doc_examples.py
fix_tests.py
test_09_runner.py
test_doc_examples.py
test_fastmatch.py
test_mcp.py
format_memory_bank.py
err.txt
# 实验课
/Labs
# 敏感密钥文件
secrets.nxs
# 杂项
head
# Windows Zone Identifier 文件
*:Zone.Identifier
# IDE 文件
.vscode/
.idea/
*.swp
*.swo
# 系统文件
.DS_Store
Thumbs.db
# ai相关
plans/
MEMORY_BANK.md
scripts/
# 生成的 Python 文件 (由 .nx 编译生成)
examples/*.py
# 临时文件
examples/today_news.md
examples/secrets.nxs
examples/out_*.py