添加.gitignore

This commit is contained in:
xaoyaoo 2023-12-25 15:33:23 +08:00
parent 090ca15b46
commit d962fe18e6
2 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,12 +1,13 @@
# 忽略logs目录
dist/
build/
.git/
__pycache__/
decrypted/
pywxdump.egg-info/
# 忽略.idea目录
.idea/
pysqlcipher3/
# 忽略secret.txt文件
secret.txt