dev: Added venv files to gitignore

pull/767/head
Antonin Fringant 3 years ago
parent 834899659a
commit f5f3508c73

4
.gitignore vendored

@ -10,6 +10,7 @@ __pycache__/
# graphviz
*.gv*
*.dot
# dist
dist
@ -29,3 +30,6 @@ website/package-lock.json
# Ignore .swp files
.swp
# Virtual env files
venv

Loading…
Cancel
Save