Project: Ignore Python and editor artifacts

This commit is contained in:
Ross Patterson 2019-08-12 01:11:37 -07:00
parent 96d4d490b1
commit aba5a5781c

4
.gitignore vendored
View File

@ -1,3 +1,5 @@
*.py[co]
.cache
.eggs
.tox/
@ -6,3 +8,5 @@ ffmpeg/tests/sample_data/out*.mp4
ffmpeg_python.egg-info/
venv*
build/
*~