Commit
·
676b730
1
Parent(s):
b2773c3
added files to gitignore
Browse files- .gitignore +2 -0
- anime_recommender/__pycache__/__init__.cpython-310.pyc +0 -0
- anime_recommender/constant/__pycache__/__init__.cpython-310.pyc +0 -0
- anime_recommender/entity/__pycache__/__init__.cpython-310.pyc +0 -0
- anime_recommender/entity/__pycache__/artifact_entity.cpython-310.pyc +0 -0
- anime_recommender/entity/__pycache__/config_entity.cpython-310.pyc +0 -0
- anime_recommender/exception/__pycache__/__init__.cpython-310.pyc +0 -0
- anime_recommender/exception/__pycache__/exception.cpython-310.pyc +0 -0
- anime_recommender/loggers/__pycache__/__init__.cpython-310.pyc +0 -0
- anime_recommender/loggers/__pycache__/logging.cpython-310.pyc +0 -0
- anime_recommender/source/__pycache__/__init__.cpython-310.pyc +0 -0
- anime_recommender/source/__pycache__/data_ingestion.cpython-310.pyc +0 -0
- anime_recommender/utils/__pycache__/__init__.cpython-310.pyc +0 -0
- anime_recommender/utils/main_utils/__pycache__/__init__.cpython-310.pyc +0 -0
- anime_recommender/utils/main_utils/__pycache__/utils.cpython-310.pyc +0 -0
.gitignore
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
ars/
|
|
|
2 |
.env
|
3 |
Artifacts/
|
4 |
logs/
|
5 |
__pycache__/
|
|
|
6 |
model_trainer/
|
|
|
1 |
ars/
|
2 |
+
|
3 |
.env
|
4 |
Artifacts/
|
5 |
logs/
|
6 |
__pycache__/
|
7 |
+
|
8 |
model_trainer/
|
anime_recommender/__pycache__/__init__.cpython-310.pyc
DELETED
Binary file (218 Bytes)
|
|
anime_recommender/constant/__pycache__/__init__.cpython-310.pyc
DELETED
Binary file (1.8 kB)
|
|
anime_recommender/entity/__pycache__/__init__.cpython-310.pyc
DELETED
Binary file (225 Bytes)
|
|
anime_recommender/entity/__pycache__/artifact_entity.cpython-310.pyc
DELETED
Binary file (777 Bytes)
|
|
anime_recommender/entity/__pycache__/config_entity.cpython-310.pyc
DELETED
Binary file (2.47 kB)
|
|
anime_recommender/exception/__pycache__/__init__.cpython-310.pyc
DELETED
Binary file (228 Bytes)
|
|
anime_recommender/exception/__pycache__/exception.cpython-310.pyc
DELETED
Binary file (2.1 kB)
|
|
anime_recommender/loggers/__pycache__/__init__.cpython-310.pyc
DELETED
Binary file (226 Bytes)
|
|
anime_recommender/loggers/__pycache__/logging.cpython-310.pyc
DELETED
Binary file (630 Bytes)
|
|
anime_recommender/source/__pycache__/__init__.cpython-310.pyc
DELETED
Binary file (225 Bytes)
|
|
anime_recommender/source/__pycache__/data_ingestion.cpython-310.pyc
DELETED
Binary file (2.37 kB)
|
|
anime_recommender/utils/__pycache__/__init__.cpython-310.pyc
DELETED
Binary file (224 Bytes)
|
|
anime_recommender/utils/main_utils/__pycache__/__init__.cpython-310.pyc
DELETED
Binary file (235 Bytes)
|
|
anime_recommender/utils/main_utils/__pycache__/utils.cpython-310.pyc
DELETED
Binary file (2.06 kB)
|
|