# Byte-compiled / optimised files
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
build/
dist/
sdist/
wheels/
*.egg-info/
*.egg
.installed.cfg
MANIFEST

# Testing and coverage
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/
.nox/

# Type checkers and linters
.mypy_cache/
.ruff_cache/
.dmypy.json

# Virtual environments
.venv/
venv/
env/
ENV/

# Streamlit
.streamlit/secrets.toml

# CatBoost writes a training-log directory into the CWD
catboost_info/

# MLatelier runtime artefacts
# Experiment archives are written to ~/MLatelier/experiments by default,
# but keep these ignored in case a user redirects output into the repo.
experiments/
*.joblib
*.onnx
*.pt
*.pth

# Editors and OS
.vscode/
.idea/
*.swp
.DS_Store
Thumbs.db
