# 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
MANIFEST

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
*.code-workspace
.DS_Store

# Jupyter
.ipynb_checkpoints/
# *.ipynb

# Documentation
docs/_build/
docs/_static/generated/
site/

# Environment
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# MLflow
mlruns/
mlartifacts/
mlflow.db

# uv
.python-version

# xdflow cache
.cache/
*.cache

# Type checking
.pytype/

# OS
.DS_Store
Thumbs.db

# Temporary files
*.tmp
*.log

# Local AI assistant context
CLAUDE.md
