# .gitignore
.env
.dev_notes.md
.ruff_cache
.ruff_cache/*
__pycache__
.pytest_cache
.mypy_cache
*.pyc
*.pkl
*.pyo
*.pyd
.venv
.devcontainer
.DS_Store
catboost_info
.catboost_info
.vscode
dist
models
build
lib
xbooster.egg-info
*.egg-info
tmp
python-workspace.code-workspace
uv.lock
requirements.txt
examples/*.sql
examples/*.py
# Keep typings directory but ignore pycache
typings/__pycache__
typings/**/*.pyc
