Add to .gitignore

This commit is contained in:
Fred Boniface 2025-10-07 10:27:59 +01:00
parent 284e617b3f
commit 214570929d
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -8,12 +8,14 @@ __pycache__/
# Distribution / packaging
.Python
bin/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
include/
lib/
lib64/
lib64

View File

@ -2,4 +2,4 @@ home = /usr/bin
include-system-site-packages = false
version = 3.13.7
executable = /usr/bin/python3.13
command = /usr/bin/python -m venv /home/fred.boniface/git/label_api_next
command = /usr/bin/python -m venv /home/fred.boniface/git/label-api-next