Update .gitignore and README.md

This commit is contained in:
Wesley Neuhaus
2024-11-21 22:51:01 -05:00
parent 51a214d03a
commit 42214ad6a1
2 changed files with 15 additions and 6 deletions
+8 -3
View File
@@ -1,3 +1,8 @@
ffmpeg.exe
ffplay.exe
ffprobe.exe
# Ignore all .exe files
*.exe
# Ignore all .mp4 files
*.mp4
# Ignore all .mp3 files
*.mp3
# Ignore all directories
__pycache__/