From dab1e59ed1ac45b16eb16ec8cb1d463b94f21e09 Mon Sep 17 00:00:00 2001 From: Matthew Ellison Date: Thu, 4 Apr 2019 15:20:42 -0400 Subject: [PATCH] Added python caches to the ignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4621743..5cfe7ae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ #Ignore all vscode files -.vscode/* \ No newline at end of file +.vscode/* + +#Ignore python cache files +__pycache__/* \ No newline at end of file