main #1

Merged
swallow merged 3 commits from main into master 2026-04-22 18:28:21 +08:00
Showing only changes of commit 4ebfd69920 - Show all commits

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.env
.venv
env/
venv/