init: video concat source code
This commit is contained in:
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
# PyInstaller
|
||||
build/
|
||||
dist/
|
||||
*.spec
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
*.rar
|
||||
*.zip
|
||||
*.pyz
|
||||
*.pkg
|
||||
*.toc
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# FFmpeg binaries
|
||||
ffmpeg.exe
|
||||
ffplay.exe
|
||||
ffprobe.exe
|
||||
|
||||
# VSCode
|
||||
.vscode/
|
||||
|
||||
# mac
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user