chore: 更新 .gitignore 排除 __pycache__

This commit is contained in:
yunxiafei
2026-03-17 15:40:37 +08:00
parent 24c0e17988
commit a2ff974d9f
10 changed files with 26 additions and 0 deletions

26
.gitignore vendored
View File

@@ -1 +1,27 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv
venv/
ENV/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Testing
.pytest_cache/
.coverage
htmlcov/
# Sessions
.sessions/
# Environment
.env
.env.local