# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Version file generated by hatch-vcs at build time
src/sklm/_version.py

# Virtual environments
.venv

# Tool caches
.pytest_cache/
.ruff_cache/

# Jupyter checkpoints
.ipynb_checkpoints/

# IDE
.idea/

# Scratch space
experiments/
exps/
benchmark/
hpo/
playground/
.vscode/
*.log
