# Build / packaging
/build
/dist
/pycaret.egg-info
/pycaret_nightly.egg-info

# Python
__pycache__/
*.pyc
*.pyo
.mypy_cache/
.pytest_cache/
.ruff_cache/
.ipynb_checkpoints/

# Virtual envs
venv/
/.venv*
/.devcontainer

# Logs (root + anywhere in the tree)
*.log
logs.log
/docs/build

# Runtime artifacts (notebook / experiment outputs)
artifacts/
trained_models/
catboost_info/
*.pkl

# Legacy (kept from 3.x — ignore if accidentally recreated)
mlruns/
/mlruns.db
/mlruns.db-journal
mlflow_backend.py
dask*/

# Local dev SQLite DB produced by `alembic upgrade head` / dev server.
/services/api/pycaret.db
/services/api/pycaret.db-journal

# IDE / editor
.vscode/settings.json
*code-workspace
.idea/
.DS_Store

# Scratch / temp
tmp/
nbtest*.ipynb
demo*.py
.tmp-*
