Spaces:
Sleeping
Sleeping
CocoonAI
commited on
Commit
·
8d79ac7
1
Parent(s):
705734f
Create .gitignore
Browse files- .gitignore +10 -0
.gitignore
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
.env
|
2 |
+
.env.local
|
3 |
+
.env.production
|
4 |
+
__pycache__/
|
5 |
+
*.pyc
|
6 |
+
*.log
|
7 |
+
.DS_Store
|
8 |
+
temp/
|
9 |
+
tmp/
|
10 |
+
vaults/
|