Initial commit

This commit is contained in:
Eric-Terminal
2025-08-04 01:29:50 +08:00
parent 283e1ded88
commit 4a021d5eca
7 changed files with 783 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# Python virtual environment
venv/
.venv/
env/
ENV/
# Python cache files
__pycache__/
*.pyc
*.pyo
*.pyd
# PyInstaller build artifacts
dist/
build/
*.spec
# IDE-specific files
.vscode/
.idea/
# OS-specific files
.DS_Store
Thumbs.db
# Local configuration file
# This file is generated by the application and contains user-specific secrets.
# It should not be committed to version control.
config.json