提交必要文件
This commit is contained in:
+46
@@ -0,0 +1,46 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
*.egg-info/
|
||||
*.egg
|
||||
|
||||
# Virtual environment
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Codex
|
||||
.codex/
|
||||
|
||||
# PyInstaller build output
|
||||
dist/
|
||||
build/
|
||||
*.spec
|
||||
|
||||
# Runtime generated
|
||||
logs/
|
||||
reports/
|
||||
pass_test.txt
|
||||
test.txt
|
||||
videoconvert_settings.json
|
||||
*.bak
|
||||
|
||||
# Batch/build helpers (keep if you want to share)
|
||||
# build_exe.bat
|
||||
# rename.bat
|
||||
|
||||
# Downloaded/input/output data
|
||||
input/
|
||||
output/
|
||||
download/
|
||||
delLine/
|
||||
|
||||
# OS
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
Reference in New Issue
Block a user