From a3d76483f6574b8a3b192cae9c1f53f598a29a8c Mon Sep 17 00:00:00 2001 From: Samuel Dowling Date: Sun, 12 Apr 2020 18:19:43 +0930 Subject: [PATCH] Added exclusion for byte compiled python files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bf4917e..e1811a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,8 @@ # Byte-compiled / optimized / DLL files -*__pycache__/ +__pycache__/ *.py[cod] *$py.class +*.pyc # C extensions *.so