# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Jupyter
.ipynb_checkpoints
*.ipynb

# Node
node_modules/
npm-debug.log
yarn-error.log
lerna-debug.log

# TypeScript
*.tsbuildinfo

# Lab extension files
jupyterlab_mlflow/labextension
*.tsbuildinfo

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

# OS
.DS_Store
Thumbs.db

# Environment
.env
.venv
env/
venv/

# Testing
.pytest_cache/
.coverage
htmlcov/
tests/e2e/*.png
tests/e2e/screenshots/
playwright-report/
test-results/

# E2E Test artifacts (entire directory)
e2e_test/

# Build artifacts
*.log

# MLflow local data
mlruns/
test_mlruns/

