Update .gitignore
Browse files- .gitignore +9 -0
.gitignore
CHANGED
|
@@ -1,2 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
node_modules/
|
| 2 |
package-lock.json
|
|
|
|
|
|
| 1 |
+
__pycache__/
|
| 2 |
+
*.pyc
|
| 3 |
+
*.pyo
|
| 4 |
+
*.pyd
|
| 5 |
+
.env
|
| 6 |
+
venv/
|
| 7 |
+
*.egg-info/
|
| 8 |
+
.pytest_cache/
|
| 9 |
node_modules/
|
| 10 |
package-lock.json
|
| 11 |
+
.cache/
|