# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
tmp/**

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

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
.eggs/

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/

# Type checking
.mypy_cache/
.pyright/
.dmypy.json

# Ruff
.ruff_cache/

# IDEs
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# MLflow (project-specific)
mlruns/
mlartifacts/
mlruns-smoke/
mlflow.db

# Hydra outputs
outputs/
docs/_build/

# Logs
*.log
logs/

# Jupyter Notebook
.ipynb_checkpoints/

# Environment variables
.env
.env.local

# MLflow artifacts (tracking data, not source code)
mlruns/
/mlflow/

# LLM
.claude/
conductor/
.gitnexus
