Initial commit: 述职计时器

This commit is contained in:
2026-01-21 18:21:56 +08:00
commit 7efff7d62e
4 changed files with 869 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.spec
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db