Grapevine_Disease_Detection/.gitignore
Yanis 269cc55c77 update home UI tweaks + add tab labels + vineye-admin setup + gitignore
- 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>
2026-04-03 11:20:51 +02:00

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/