gitignore: ignore .devel and .venv folders

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2022-03-19 08:52:50 -04:00
parent 3b208c6889
commit 209ace4728
No known key found for this signature in database
GPG Key ID: 7027245FBBDDF59A
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -2,3 +2,6 @@
__pycache__/
*.py[cod]
*$py.class
.devel
.venv