Adive01 commited on
Commit
3112bb9
·
verified ·
1 Parent(s): b5aa698

Upload .gitignore with huggingface_hub

Browse files
Files changed (1) hide show
  1. .gitignore +12 -0
.gitignore ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .venv/
2
+ __pycache__/
3
+ *.py[cod]
4
+ *.egg-info/
5
+ .pytest_cache/
6
+ .ipynb_checkpoints/
7
+
8
+ mlplo/artifacts/
9
+ mlplo/checkpoints/
10
+ mlplo/data/cache/
11
+ mlplo/data/processed/
12
+ .env