3 Commits
cpay ... group

Author SHA1 Message Date
eric
70162203a8 remove pycache from git tracking 2026-03-14 00:46:27 +08:00
root
6d868f25fe s 2026-03-10 18:44:44 +08:00
root
1856282a30 chore: ignore pycache and Python bytecode files 2026-03-10 18:44:36 +08:00
3 changed files with 7 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
# Python bytecode
__pycache__/
*.pyc
*.pyo
*.pyd
*$py.class

Binary file not shown.