# Python __pycache__/ *.py[cod] *.egg-info/ dist/ build/ .eggs/ *.egg .env venv/ .venv/ *.sqlite3 # Node node_modules/ .pnp .pnp.js yarn-error.log* # Build artifacts dist/ build/ *.tsbuildinfo # IDE .vscode/ .idea/ *.swp *.swo .DS_Store # Django backend/media/ backend/staticfiles/ backend/**/migrations/ # Expo / React Native mobile/.expo/ mobile/ios/Pods/ mobile/android/.gradle/ mobile/android/app/build/ mobile/android/build/ mobile/*.hprof # Environment .env.local .env.production .env.development