Initial commit: project setup with dependencies
This commit is contained in:
+25
@@ -0,0 +1,25 @@
|
||||
# Виртуальные окружения
|
||||
ml_env/
|
||||
env/
|
||||
venv/
|
||||
.venv/
|
||||
|
||||
# Jupyter
|
||||
.ipynb_checkpoints/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
# Данные
|
||||
*.csv
|
||||
*.data
|
||||
*.pkl
|
||||
*.joblib
|
||||
|
||||
# Логи
|
||||
*.log
|
||||
*.tmp
|
||||
|
||||
# Системные файлы
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user