Files
VMAFOptimiser/.gitignore

67 lines
619 B
Plaintext

# Byte-compiled files
*.pyc
__pycache__/
*.py[cod]
# Temporary files
*.tmp
*.temp
.DS_Store
# Lock files (created at runtime)
.lock/
# Logs
logs/
*.log
*.jsonl
# OS files
Thumbs.db
.DS_Store
# IDE
.vscode/
.idea/
*.swp
*.swo
# Testing
test/
*.test
# Media files (in case they're in repo)
*.mkv
*.mp4
*.avi
*.mov
*.ts
*.m4v
*.mpg
*.mpeg
# Archives
*.tar
*.tar.gz
*.tar.xz
*.zip
*.7z
*.rar
# FFmpeg/ab-av1 binaries (optional - add if you commit them)
# bin/ab-av1
# ffmpeg-static/
# Environment
.env
.env.local
venv/
.venv/
# Node
node_modules/
package-lock.json
# Large generated files
ffmpeg-release.tar.xz