The bare minimum to upgrade to Python 3

This commit is contained in:
2023-07-18 04:03:49 -04:00
parent 8a9e17ad0d
commit dcb9e8ce77
5 changed files with 33 additions and 58 deletions

21
.gitignore vendored
View File

@@ -1,15 +1,6 @@
#########
# Python
#########
*.pyc
build
#########
# Debian
#########
*.deb
backup-*.tgz
description-pak
doc-pak
*.egg-info/
.env
env
*/__pycache__/*
.venv
venv