Add to .gitignore
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -8,12 +8,14 @@ __pycache__/
|
|||||||
|
|
||||||
# Distribution / packaging
|
# Distribution / packaging
|
||||||
.Python
|
.Python
|
||||||
|
bin/
|
||||||
build/
|
build/
|
||||||
develop-eggs/
|
develop-eggs/
|
||||||
dist/
|
dist/
|
||||||
downloads/
|
downloads/
|
||||||
eggs/
|
eggs/
|
||||||
.eggs/
|
.eggs/
|
||||||
|
include/
|
||||||
lib/
|
lib/
|
||||||
lib64/
|
lib64/
|
||||||
lib64
|
lib64
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ home = /usr/bin
|
|||||||
include-system-site-packages = false
|
include-system-site-packages = false
|
||||||
version = 3.13.7
|
version = 3.13.7
|
||||||
executable = /usr/bin/python3.13
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user