adding externals and .env to gitignore
This commit is contained in:
parent
65fb65ada7
commit
ad3f6f8424
|
@ -2,3 +2,5 @@
|
||||||
tests/__pycache__/
|
tests/__pycache__/
|
||||||
management/__pycache__/
|
management/__pycache__/
|
||||||
tools/__pycache__/
|
tools/__pycache__/
|
||||||
|
externals/
|
||||||
|
.env
|
||||||
|
|
Loading…
Reference in New Issue