Spaces:
Sleeping
Sleeping
Commit
·
06f464b
1
Parent(s):
49982b5
Remove Python cache files from tracking and improve .gitignore
Browse files
.gitignore
CHANGED
@@ -41,4 +41,17 @@ yarn-error.log*
|
|
41 |
next-env.d.ts
|
42 |
node_modules
|
43 |
.next
|
44 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
next-env.d.ts
|
42 |
node_modules
|
43 |
.next
|
44 |
+
|
45 |
+
# Python
|
46 |
+
*.pyc
|
47 |
+
*.pyo
|
48 |
+
*.pyd
|
49 |
+
__pycache__/
|
50 |
+
*.so
|
51 |
+
.Python
|
52 |
+
env/
|
53 |
+
venv/
|
54 |
+
.venv/
|
55 |
+
pip-log.txt
|
56 |
+
pip-delete-this-directory.txt
|
57 |
+
.pytest_cache/
|
backend/app/__pycache__/main.cpython-311.pyc
DELETED
Binary file (2.41 kB)
|
|
backend/app/core/__pycache__/config.cpython-311.pyc
DELETED
Binary file (1.86 kB)
|
|