From e20ec74ff7b6f97a00890402637421fec66cb18f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1chym=20N=C4=9Bme=C4=8Dek?= Date: Mon, 12 Feb 2024 14:01:52 +0000 Subject: [PATCH] added word_counts/ directory --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5d381cc..ccd00ab 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,9 @@ __pycache__/ *.py[cod] *$py.class +# Sus bot data files +word_counts/ + # C extensions *.so