feat: 1.0.1

This commit is contained in:
2025-06-28 19:54:33 +08:00
parent d6f9cd7aed
commit 7f76233947
16 changed files with 122 additions and 18 deletions

100
backend/.gitignore vendored Normal file
View File

@@ -0,0 +1,100 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Virtual environment
venv/
env/
ENV/
.venv/
.ENV/
# pipenv
Pipfile
Pipfile.lock
# Poetry
poetry.lock
poetry.toml
# Pyre type checker
.pyre/
# Mypy type checker
.mypy_cache/
.dmypy.json
dmypy.json
# Pytest
.pytest_cache/
# Coverage reports
htmlcov/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
# Jupyter Notebook
.ipynb_checkpoints
# PyCharm
.idea/
# VSCode
.vscode/
# macOS
.DS_Store
# Logs
*.log
# Local environment variables
.env
.env.*
*.env
# Docker
*.pid
*.seed
*.pid.lock
docker-compose.override.yml
# Build files
build/
dist/
*.egg-info/
.eggs/
# Wheel files
*.whl
# Sphinx documentation
docs/_build/
# PyInstaller
*.manifest
*.spec
# Celery
celerybeat-schedule
celerybeat.pid
# Django stuff:
*.sqlite3
db.sqlite3
# Flask stuff:
instance/
.webassets-cache
# FastAPI specific
*.db