.model-sentinel.json

# Python
__pycache__/
*.egg-info/
.venv

# Testing
.coverage
htmlcov/

# Jupyter Notebook
.ipynb_checkpoints

# Environments
.env

# misc
*.log

# Internal docs
docs/agent/
docs/internal/

!.gitkeep
