Add 'backend/' from commit '48a644fb354d6c6efcbd12bc1b4a2cb83137b68e'

git-subtree-dir: backend
git-subtree-mainline: 545699d16f
git-subtree-split: 48a644fb35
This commit is contained in:
carry
2025-02-17 17:44:42 +08:00
15 changed files with 699 additions and 0 deletions

30
backend/.gitignore vendored Normal file
View File

@@ -0,0 +1,30 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
venv/
env/
.venv/
# IDE specific files
.vscode/
.idea/
# Environment variables
.env
.env.local
# Logs and databases
*.log
*.sqlite3
# Testing
.coverage
htmlcov/
# Python packaging
*.egg-info/
dist/
build/