# Byte-compiled / build artifacts
__pycache__/
*.py[cod]
build/
dist/
*.egg-info/

# Environments
.venv/
venv/

# Tooling caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Docs
site/

# Editors / OS
.idea/
.vscode/
.DS_Store
Thumbs.db

# CatBoost scratch output
catboost_info/
