# Video files
*.mp4
*.avi
*.mkv
*.mov

# Temporary concat file
concat.txt

# Compiled binaries
join_videos
join_videos.exe
join_videos_linux
join_videos_mac
target/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/

# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Go
*.exe
*.exe~
*.dll
*.so
*.dylib
go.sum

# Rust
Cargo.lock
target/
**/*.rs.bk

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db
desktop.ini
