38 lines
393 B
Text
38 lines
393 B
Text
# Build output
|
|
/build/
|
|
/bin/*
|
|
|
|
# Mantiene la directory bin nel repository
|
|
!/bin/.gitkeep
|
|
|
|
# RKNN runtime libraries
|
|
/lib/*.so
|
|
/lib/*.so.*
|
|
|
|
# RKNN models
|
|
/models/*.rknn
|
|
|
|
# Local test images
|
|
/test/*.jpg
|
|
/test/*.jpeg
|
|
/test/*.png
|
|
/test/*.webp
|
|
|
|
# Generated data
|
|
*.json
|
|
*.log
|
|
*.out
|
|
|
|
# Temporary and backup files
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
*~
|
|
|
|
# Editors
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Operating system
|
|
.DS_Store
|
|
Thumbs.db
|