Files
vixy-vision/.gitignore
Alex 5466793e69 Bundle TFLite model in repo, remove download script
The original TF model zoo URL was dead (403). Model sourced from
google-coral/test_data instead and checked in directly at 6MB.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 17:17:42 -06:00

33 lines
267 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
venv/
.venv/
*.egg-info/
# Environment
.env
.env.local
# SSL certificates (generated)
ssl/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Test artifacts
.pytest_cache/
.coverage
htmlcov/