Spaces:
Sleeping
Sleeping
v2: .gitignore
Browse files- .gitignore +14 -0
.gitignore
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.env
|
| 2 |
+
.env.*
|
| 3 |
+
*.key
|
| 4 |
+
*.pem
|
| 5 |
+
*.secret
|
| 6 |
+
*.token
|
| 7 |
+
secrets/
|
| 8 |
+
/data/
|
| 9 |
+
*.tar.gz
|
| 10 |
+
__pycache__/
|
| 11 |
+
*.pyc
|
| 12 |
+
node_modules/
|
| 13 |
+
.cache/
|
| 14 |
+
.code-server/
|