Update .gitignore for indicators module to ignore virtual environment and build directories
This commit is contained in:
parent
54e475b852
commit
cf5ef5fbc6
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
.env
|
||||
.venv
|
||||
*.egg-info/
|
||||
__pycache__/
|
||||
__pycache__/
|
||||
build/
|
Loading…
Reference in New Issue
Block a user