This commit is contained in:
2024-11-29 20:45:44 +08:00
commit 3ba98dd4b1
10 changed files with 1071 additions and 0 deletions

13
.gitignore vendored Normal file
View File

@@ -0,0 +1,13 @@
data.db
# environment
.venv/
# NiceGUI Data
.nicegui/
# Byte-compiled / optimized / DLL files
__pycache__/
# C extensions
*.so