Spaces:
Sleeping
Sleeping
acumplid
commited on
Commit
·
cdb6cea
1
Parent(s):
ab26157
created .gitignore
Browse files- .gitignore +5 -0
.gitignore
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/venv
|
2 |
+
/venv/*
|
3 |
+
.env
|
4 |
+
__pycache__
|
5 |
+
__pycache__/*
|