# MkDocs
site/
docs/index.md
docs/instructions.md
docs/benchmarks.md
docs/research.md

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

# Virtual environments
.venv/
.venv-arm64/
venv/
ENV/
egdevenv/

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

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

# OS
.DS_Store
Thumbs.db

# Build
*.whl
*.tar.gz

# Generated models
*_edgetpu.tflite
*.mlmodel
*.mlpackage/
*.mlmodelc/

# Temporary
*.log
tmp/
.edge-test-summary.json
tests/hardware/test_models/
/tmp/edge_test_*.json

# sloth-integration local artifacts
sloth-integration/test_models/
sloth_output/
sloth-integration/sloth_output/
.sloth-integration/
