# Build / distribution
dist/
build/
*.egg-info/
*.egg

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python

# Virtual environments
venv/
env/
.venv/
*.env

# Model weights (large binary — users supply their own)
*.pt
*.pth
*.weights
*.onnx

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
coverage.xml

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

# OS
.DS_Store
Thumbs.db

# Jupyter
.ipynb_checkpoints/
