diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 23 |
1 files changed, 21 insertions, 2 deletions
@@ -1,3 +1,22 @@ __pycache__ -settings.ini -build/*
\ No newline at end of file +*.py[cod] +*.egg-info +.pytest_cache +build/ +dist/ +env/ +.vscode/ +*.mkv +*.mp4 +*.wav +*.mp3 +*.aif +*.ac3 +*.zip +*.tar +*.tar.* +*.exe +ffmpeg +*.bak +*~ +*.goutput* |
