# 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
