gitignore: ignore .devel and .venv folders
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
3b208c6889
commit
209ace4728
|
@ -2,3 +2,6 @@
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
*$py.class
|
*$py.class
|
||||||
|
.devel
|
||||||
|
.venv
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue