停止追踪pycache

This commit is contained in:
wh
2026-04-15 11:09:09 +08:00
parent a0ec71d877
commit 1e327ea92f
3 changed files with 424 additions and 0 deletions

1
.gitignore vendored
View File

@@ -4,6 +4,7 @@ __pycache__/
*.pyo
*.pyd
.Python
*$py.class
*.egg-info/
dist/
build/