forked from ZSim-Dev/ZSim
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
71 lines (63 loc) · 768 Bytes
/
.gitignore
File metadata and controls
71 lines (63 loc) · 768 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
# 编译生成的文件
__pycache__
*.pyc
*.pyd
*.so
*.dll
*.exe
*.app
# 日志和配置文件
logs
mypy.ini
pytest.ini
result*
/results/
# 开发工具和环境文件
.idea
.vscode
.venv
.env
.ipynb_checkpoints
.run
.env
.mypy_cache
.pytest_cache
.hypothesis/
.pytest_cache/
.clinerules/
venv/
node_modules/
.claude/
CLAUDE.md
.mcp.json
QWEN.md
AGENTS.md
# Ai学习用的文件
knowledge_base*
# 运行时生成的文件
build*
dist*
*.egg-info/
*.egg
zsim/data/character_config.toml
zsim/data/zsim.db
zsim/config.json
# macOS系统文件
.DS_Store
# pytest相关
.tests
.coverage
coverage.xml
htmlcov/
# 临时文件
*.tmp
*cache
~*
# 生成文件
zsim/data/APLData/custom/*
*out*
.nul
# gemini-cli settings
.gemini/
# GitHub App credentials
gha-creds-*.json