From 241cd1622eff6a34485c08efffe810699f4c6ac9 Mon Sep 17 00:00:00 2001 From: Giovanni Torres Date: Sat, 30 Apr 2022 12:38:48 -0400 Subject: [PATCH] feat: ignore .idea directory and remove duplicates (#40) --- .gitignore | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 8c969d8..556df55 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,7 @@ -.pytest_cache -.vscode __pycache__ venv volumes - -venv -.vscode -.pytest_cache .hypothesis -__pycache__ +.idea +.pytest_cache +.vscode