- SearchHeader: settings icon, smaller brand title, rounded buttons - BottomTabNavigator: re-enable tab labels, adjust FAB offset - homeheader: remove bottom margin - Add .claude config, root package.json, updated .gitignore Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
35 lines
393 B
Plaintext
35 lines
393 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
*.egg
|
|
|
|
# Models (too large for git)
|
|
*.keras
|
|
*.tflite
|
|
*.h5
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# VinEye (handled by VinEye/.gitignore)
|
|
VinEye/node_modules/
|
|
VinEye/.expo/
|
|
VinEye/dist/
|
|
VinEye/ios/
|
|
VinEye/android/
|
|
|
|
# Virtual environment
|
|
venv/
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# vineye-admin
|
|
vineye-admin/node_modules/
|
|
vineye-admin/.next/ |