From fe0cb6a3c537846509a1dc77dab3500a19697790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20DUBARD?= <dubard2018@perso.iiens.net> Date: Wed, 21 Aug 2019 06:29:45 +0200 Subject: [PATCH] ajout __pycache__ au gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index aa33276..8848aea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ auth_file.py sample* insta_random.jpg -shitpostbot5k_latest.jpg \ No newline at end of file +shitpostbot5k_latest.jpg +*__pycache__/* -- GitLab