# Ignore all binaries but keep directory
mlnative/bin/*
!mlnative/bin/README.md
# 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

# Virtual environments
venv/
ENV/
env/
.venv

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db

# Output files from examples
*.png
*.jpg
*.jpeg

# Vendor binaries (these should be built separately)
mlnative/_vendor/*/node_modules/
mlnative/_vendor/*/build/
*.node

# Temporary files
*.tmp
*.log

# Lock files
uv.lock

# Symlinks for testing
lib_symlinks/
rust/target/
mlnative/bin/*

# Allow docs images to be committed
!docs/images/*.png
