From 6b0aa41c834f9787658c3787e2be975123fe41a0 Mon Sep 17 00:00:00 2001 From: Alastair Holland Date: Sun, 3 May 2020 12:51:09 +0100 Subject: [PATCH] ignored pycache --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f199a59..16c81e6 100755 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ Custom.py nicknames/ -oldCustom/ \ No newline at end of file +oldCustom/ +__pycache__/ \ No newline at end of file