27 lines
242 B
Text
27 lines
242 B
Text
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.pytest_cache/
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
rknn-env/
|
|
|
|
# Build artifacts
|
|
bin/
|
|
build/
|
|
*.o
|
|
*.a
|
|
*.so
|
|
|
|
# Logs / temporary files
|
|
*.log
|
|
*.tmp
|
|
.DS_Store
|
|
|
|
# Local/editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|