From 64263e0c0a79a37519d0f230efb69b72f1d94720 Mon Sep 17 00:00:00 2001 From: kedhammar Date: Fri, 31 May 2024 09:17:01 +0000 Subject: [PATCH] add __pycache__ to .gitignore and alphabetize it --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 17aab89..c495ec5 100755 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ +*.egg-info *.pyc *~ -*.egg-info +.*_cache .DS_Store .benchmarks -.*_cache -node_modules .vscode +__pycache__ build +node_modules