From eae93c5f2eba2ab8ea7c0eb478a02ad2d12bfca8 Mon Sep 17 00:00:00 2001 From: Yoruio Date: Sat, 16 Jul 2022 13:23:37 -0600 Subject: [PATCH] Adds python artifacts to gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 7948f45..b3edc77 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] + mount \ No newline at end of file