Files
transcode_bench/.gitignore
2025-10-12 19:48:42 +13:00

30 lines
200 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
*.egg-info/
dist/
build/
# Test videos
*.mp4
*.mkv
*.avi
*.mov
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
*~