.vscode
__pycache__
.DS_Store
*.egg-info
.venv

.coverage

# Type checking
.mypy_cache/

dist/* 
web_ui/dist/*

node_modules/
data/*

web_ui/logs/*

example_data/output*

stream_pose_ml/notebooks/mlruns
stream_pose_ml/notebooks/scratchpad/*

mlflow/models/**/*

# Documentation build directory
docs/build/

# Python test and linting caches
.pytest_cache/
.ruff_cache/

# Uploaded model files
api/tmp/
tmp/*
