This commit is contained in:
Carlos.Martin
2021-07-26 12:49:47 +01:00
parent b8d768ff3b
commit 8181ced765
4 changed files with 46 additions and 10 deletions

7
.gitignore vendored
View File

@@ -16,4 +16,9 @@ packages
*/*cpython*
launch.json
*.pyc
**/*.pyc
**/*.pyc
__pycache__
*/__pycache__
**/__pycache__
linPEAS/builder/__pycache__/*
linPEAS/builder/src/__pycache__/*