🎉 Huge update, added Python virtualenv, updated dependencies...

This commit is contained in:
Finn Christiansen 2023-11-07 20:28:19 +01:00
parent fc8697f1a2
commit fdbb29fb5a
6 changed files with 30 additions and 3 deletions

14
.gitignore vendored Normal file
View file

@ -0,0 +1,14 @@
# Virtualenv
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
.Python
[Bb]in
[Ii]nclude
[Ll]ib
[Ll]ib64
[Ll]ocal
[Ss]cripts
pyvenv.cfg
.venv
pip-selfcheck.json
__pycache__
tags