Add .git-crypt and .venv to the blacklist

This commit updates the release_files.py script to include .git-crypt and .venv in the list of blacklisted files. This ensures that these directories are excluded from the release process, maintaining cleaner and more secure releases.
This commit is contained in:
DevTekVE
2024-07-18 16:15:55 +02:00
parent f4dac4b462
commit f51a6f5462

View File

@@ -88,6 +88,8 @@ sunnypilot_blacklist = [
"codecov.yml",
"conftest.py",
"poetry.lock",
".git-crypt/",
".venv"
]
# Merge the blacklists