# Python
__pycache__/
**/__pycache__/
*.py[cod]
*.pyc
*.egg-info/
dist/
build/
.eggs/
*.egg

# Virtual environments
.venv/
venv/

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

# OS
.DS_Store
Thumbs.db

# Project
.dojo/
mlruns/

# Frontend
frontend/node_modules/
frontend/dist/

# Worktrees
.worktrees/
