Files
videoconvert/.gitignore
T
2026-06-12 10:59:32 +08:00

47 lines
458 B
Plaintext

# 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