Grapevine_Disease_Detection/.gitignore
Yanis a964cc3836 add VinEye frontend app + fix hardcoded paths + gitignore
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 10:30:05 +02:00

26 lines
272 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/