From 7d312f733e5c822b928d37805ca6e77e674d539f Mon Sep 17 00:00:00 2001 From: Brian DeRocher Date: Thu, 21 Sep 2023 16:07:11 -0400 Subject: [PATCH] Ignore editors and venv. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index d236ae74..2f5086ad 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ node_modules/* umap/static/umap/vendors site/* .pytest_cache/ +venv ### Python ### # Byte-compiled / optimized / DLL files @@ -18,3 +19,6 @@ build/ dist/ *.egg-info/ +# Editors +.fleet +.idea