Ignore editors and venv.

This commit is contained in:
Brian DeRocher 2023-09-21 16:07:11 -04:00
parent 5b7fec5f9b
commit 7d312f733e

4
.gitignore vendored
View file

@ -8,6 +8,7 @@ node_modules/*
umap/static/umap/vendors umap/static/umap/vendors
site/* site/*
.pytest_cache/ .pytest_cache/
venv
### Python ### ### Python ###
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
@ -18,3 +19,6 @@ build/
dist/ dist/
*.egg-info/ *.egg-info/
# Editors
.fleet
.idea