deploy.sh
dist/
.coverage
.DS_Store
**/.DS_Store

.*
!.gitignore
!.gitmodules
!.editorconfig


Thumbs.db
ehthumbs.db
desktop.ini
data/

catboost_info/

*.swp
*.swo
*.bak
*.tmp
*.orig

.vscode/
.idea/
*.iml

*.log
logs/
log/

tmp/
temp/
.cache/

node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

__pycache__/
**/__pycache__/
*.py[cod]
*.pyo
.venv/
venv/
env/

