From aba5a5781cf55b6f49bba717bc548083fd3d2722 Mon Sep 17 00:00:00 2001 From: Ross Patterson Date: Mon, 12 Aug 2019 01:11:37 -0700 Subject: [PATCH] Project: Ignore Python and editor artifacts --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 780f20e..88a20fb 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ + +*~ \ No newline at end of file