合并代码

This commit is contained in:
jlj 2025-05-19 18:36:58 +08:00
commit 534c9f6677
2 changed files with 100 additions and 55 deletions

153
.gitignore vendored
View File

@ -1,55 +1,98 @@
# Python
*.py[cod]
__pycache__/
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Django
*.log
*.pot
*.pyc
local_settings.py
db.sqlite3
db.sqlite3-journal
media/
static/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# 虚拟环境
venv/
ENV/
.env
# 系统文件
.DS_Store
Thumbs.db
# 其他
*.bak
*.tmp
*.temp
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
# Python
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
media/
static/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# 虚拟环境
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# 系统文件
.DS_Store
Thumbs.db
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# Celery stuff
celerybeat-schedule
celerybeat.pid
# mypy
.mypy_cache/
.dmypy.json
dmypy.json

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# daren