Update .gitignore for indicators module to ignore virtual environment and build directories

This commit is contained in:
moshferatu 2024-12-12 00:43:05 -08:00
parent 54e475b852
commit cf5ef5fbc6

4
.gitignore vendored
View File

@ -1,3 +1,5 @@
.env
.venv
*.egg-info/
__pycache__/
__pycache__/
build/