forked from Project-N-E-K-O/N.E.K.O
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
136 lines (116 loc) · 2.08 KB
/
.gitignore
File metadata and controls
136 lines (116 loc) · 2.08 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
# 忽略敏感配置
core_config.txt
test.py
mcp_server/servers.json
tests/api_keys.json
tests/test_inputs/*.wav
# 忽略日志文件
*.log
debug_audio/*
# Binaries (but keep our committed Windows tools listed explicitly if needed)
*.exe
*.dll
*.pdb
*.lib
*.obj
*.o
*.a
*.lo
*.loT
*.stackdump
# 忽略 memory/store 下所有内容(含子目录和文件)
memory/store/*
!memory/store/.gitkeep
# 忽略缓存目录(根目录及 utils 下)
/cache/
utils/cache/
config/api.py
config/*.json
!config/api_providers.json
env/*
lanlan_frd.exe
# 忽略临时文件
*.tmp
*.bak
# 忽略 Python 缓存文件和字节码
__pycache__/
*.py[cod]
# 忽略 Jupyter Notebook 检查点
.ipynb_checkpoints/
.vscode/
.idea/
.cursor/
.pytest_cache/
.DS_Store
.venv
.venv_monitor/
# Playwright browsers cache (used by build_nuitka.bat, not for repo)
playwright_browsers/
.playwright-cli/
output/
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.ruff_cache
*.code-workspace
.claude
CLAUDE.md
# Rust: ignore target and cargo artifacts
/launcher/target/
**/target/
Cargo.lock
# Ignore embedded Rust subprojects (not part of current PR)
/rust/neko-message-plane/
# Node/Front-end temp (if any)
node_modules/
*.cache/
dist/
build/
# Plugin frontend exported artifacts
plugin/frontend/exported/
# Python venvs and wheels
*.egg-info/
*.egg
pip-wheel-metadata/
site-packages/
env/
venv/
ENV/
env.bak/
# OS miscellany
Thumbs.db
ehthumbs.db
desktop.ini
# 忽略静态资源
static/ziraitikuwa/*
static/neko/*
static/kemomimi/*
static/yui/*
打包说明.txt
runtime_hook_inflect.py
backup/
build*
metadata.package.json
version_info.txt
# 复原Steam
!steam_api64.dll
!steam_api64.lib
!SteamworksPy64.dll
start_servers.bat
start.sh
# --- CosyVoice Ignore Rules ---
local_server/cosyvoice_server/*wav
# 测试报告与结果
tests/reports/
latest_report.json
sendText.js
data/browser_use_prompts/*.md
data/browser_use_extensions/
.coverage
.VSCodeCounter
# 插件服务器运行时生成的凭证文件
plugin/.plugin_server_admin_code
# 插件备忘提醒运行时数据库
plugin/plugins/memo_reminder/store.db