Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -326,4 +326,17 @@ cython_debug/

# FFmpeg 构建文件(不应该提交到仓库)
ffmpeg*/
ffmpg*/
ffmpg*/

# B站登录 cookies(含敏感信息,禁止提交)
backend/cookies.txt
cookies.txt

# 本地调试/临时脚本
backend/check_db.py
backend/fix_key.py
backend/update_key.py
backend/test_cookie.py
backend/server_log.txt
backend/server_err.txt
backend/requirements_minimal.txt
Loading