From 122f8bd42c0cae27843057ed6fefc3bfee598a87 Mon Sep 17 00:00:00 2001 From: userElaina Date: Thu, 16 May 2024 10:02:47 +0000 Subject: [PATCH] update .gitignore --- .gitignore | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 735cd52..911fedc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,11 @@ data/ -/__pycache__/ -*/__pycache__/ +# python build/ dist/ -*.egg-info/ \ No newline at end of file +*.egg-info/ +*.egg +*.py[cod] +__pycache__/ +*.so +*~