chore: ignore venv in git and build
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -221,5 +221,7 @@ pip-log.txt
|
|||||||
#Mr Developer
|
#Mr Developer
|
||||||
.mr.developer.cfg
|
.mr.developer.cfg
|
||||||
|
|
||||||
|
venv
|
||||||
|
|
||||||
# Addon files
|
# Addon files
|
||||||
addon.xml
|
addon.xml
|
||||||
|
|||||||
1
build.py
1
build.py
@@ -102,6 +102,7 @@ def folder_filter(folder_name: str) -> bool:
|
|||||||
'.mypy_cache',
|
'.mypy_cache',
|
||||||
'.pytest_cache',
|
'.pytest_cache',
|
||||||
'__pycache__',
|
'__pycache__',
|
||||||
|
'venv',
|
||||||
]
|
]
|
||||||
for f in filters:
|
for f in filters:
|
||||||
if f in folder_name.split(os.path.sep):
|
if f in folder_name.split(os.path.sep):
|
||||||
|
|||||||
Reference in New Issue
Block a user