移除 __pycache__ 并更新 .gitignore
This commit is contained in:
parent
c78fb609b1
commit
cf170b4284
21
.gitignore
vendored
21
.gitignore
vendored
@ -1 +1,22 @@
|
||||
# 数据集目录
|
||||
/faces
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
.venv/
|
||||
env/
|
||||
venv/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# 输出文件
|
||||
*.db
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user