移除 __pycache__ 并更新 .gitignore

This commit is contained in:
admin 2026-03-02 18:15:29 +08:00
parent c78fb609b1
commit cf170b4284
10 changed files with 21 additions and 0 deletions

21
.gitignore vendored
View File

@ -1 +1,22 @@
# 数据集目录
/faces
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
env/
venv/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# 输出文件
*.db