init biliup-next
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal 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/
|
||||
Reference in New Issue
Block a user