update gitignore
This commit is contained in:
parent
8f1cb7fb70
commit
e073aee30b
|
|
@ -20,6 +20,10 @@ build/*.txt
|
|||
# Environment variables
|
||||
.env
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
.pytest_cache/
|
||||
|
||||
# System files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
|
|
|||
Loading…
Reference in New Issue