Initial commit: VMAF optimisation pipeline
This commit is contained in:
66
.gitignore
vendored
Normal file
66
.gitignore
vendored
Normal file
@@ -0,0 +1,66 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user