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

# Virtual environments
.venv/
venv/
env/

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

# Jupyter
.ipynb_checkpoints/
*.ipynb_checkpoints

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

# OS
.DS_Store
Thumbs.db

# Models (don't commit downloaded weights)
*.bin
*.safetensors
*.pt
*.pth

# uv
uv.lock

notebooks/api_tour.ipynb
