SIENTIAPDE-1243: Add .bandit/ and validate.txt to .gitignore to exclude code quality tool cache files.

This commit is contained in:
Bruno Domingues
2025-10-01 18:02:39 -03:00
parent 07e699aae2
commit c12973410c

4
.gitignore vendored
View File

@@ -51,6 +51,10 @@ coverage.xml
.pytest_cache/ .pytest_cache/
cover/ cover/
# Code quality tools cache
.bandit/
validate.txt
# Translations # Translations
*.mo *.mo
*.pot *.pot