From db9623caab1709993b5d4d7b1ade788ed3d377b8 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Thu, 18 Jan 2024 10:30:25 -0800 Subject: [PATCH] Update gitignore to ignore files created during local python module creation --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2eea525..a2a1857 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ -.env \ No newline at end of file +.env +*.egg-info/ +__pycache__/ +dist/ \ No newline at end of file