forked from BnanZ0/ok-duet-night-abyss
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
80 lines (76 loc) · 1021 Bytes
/
.gitignore
File metadata and controls
80 lines (76 loc) · 1021 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
76
77
78
79
80
my_key.txt
updates/
working/
update/
tesseract
models
cache/
fonts
data2
# Byte-compiled / optimized / DLL files
.idea/
data_export
data_import
__pycache__/
*.msgpack
data/
*$py.class
configs/
paddle_model/
ok/
*.dat
ok
md5.txt
update.bat
click_screenshots/
test_scripts/
screenshots/
thread_dumps.txt
# C extensions
*.so
*.bat
# Distribution / packaging
.Python
test/
logs/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
venv/
.venv/
python/
.python-version
CLAUDE.md
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
autohelper
working_images/
.vscode
# 忽略mod文件夹下的所有内容
mod/*
# 但不忽略这个特定的文件夹
!mod/示例-./
!mod/builtin/
!mod/使用须知.md
# 忽略vscode插件文件
.history/
ook