Spaces:
Sleeping
Sleeping
Commit ·
eb300c0
1
Parent(s): 04af49f
chore: add .gitignore for Python, env files and pycache
Browse files- .gitignore +8 -0
.gitignore
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
__pycache__/
|
| 2 |
+
*.py[cod]
|
| 3 |
+
*$py.class
|
| 4 |
+
.venv/
|
| 5 |
+
.env
|
| 6 |
+
.pytest_cache/
|
| 7 |
+
*.swp
|
| 8 |
+
pln.txt
|