# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/
ENV/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# Environment
.env
.env.local

# OS
.DS_Store
Thumbs.db

# Jupyter
.ipynb_checkpoints/

# Distribution
*.tar.gz
*.whl

# MLflow
mlruns/
mlflow.db
mlartifacts/
phronesisml_artifacts/
Phronesis_artifacts/

# Database files
*.db
*.sqlite3

# MkDocs
site/
