Added git ignore for pycache, and data folder
This commit is contained in:
parent
be785ae500
commit
ce312384da
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1 +1,6 @@
|
||||||
.venv/
|
.venv/
|
||||||
|
|
||||||
|
# Byte-compiled / optimized / DLL files
|
||||||
|
__pycache__/
|
||||||
|
|
||||||
|
data/
|
Loading…
Reference in New Issue
Block a user