Commit ·
3598b98
1
Parent(s): a8ba5ce
fix
Browse files
.gitignore
CHANGED
|
@@ -1 +1,4 @@
|
|
| 1 |
-
venv/
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
venv/
|
| 2 |
+
*.pyc
|
| 3 |
+
__pycache__/
|
| 4 |
+
*/__pycache__/
|
DataService/__pycache__/__init__.cpython-312.pyc
DELETED
|
Binary file (783 Bytes)
|
|
|
DataService/__pycache__/metro_data_generator.cpython-312.pyc
DELETED
|
Binary file (12.5 kB)
|
|
|
DataService/__pycache__/metro_models.cpython-312.pyc
DELETED
|
Binary file (10.2 kB)
|
|
|
DataService/__pycache__/schedule_optimizer.cpython-312.pyc
DELETED
|
Binary file (18.3 kB)
|
|
|