From 46ed08737420c94c0b4ab225cb10dd4b448ba0ca Mon Sep 17 00:00:00 2001 From: Aflous <109692219+Aflous@users.noreply.github.com> Date: Sat, 25 Feb 2023 11:45:56 +0100 Subject: [PATCH] Update .gitignore ignore cache files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3d9a6f3..046dcaa 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,6 @@ *.otf *.png *.ipynb -chat/ \ No newline at end of file +chat/ +*.pyc +__pycache__