init biliup-next

This commit is contained in:
theshy
2026-04-01 00:44:58 +08:00
commit d0cf1fd0df
127 changed files with 15582 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@ -0,0 +1,21 @@
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
data/
config/settings.staged.json
systemd/rendered/
runtime/cookies.json
runtime/upload_config.json
runtime/biliup
frontend/node_modules/
frontend/dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/