Add venv for the project

This commit is contained in:
2022-03-20 16:08:11 +01:00
parent 23ef9dc170
commit 83414323b5
3 changed files with 23 additions and 0 deletions

7
.gitignore vendored
View File

@@ -1,7 +1,14 @@
*~
.*.swp
.*.swo
.*.kate-swp
build/*
.lock-waf_linux_build
data/*
# Environment
.env
.venv
env/
venv/
ENV/