# =====================================
# CLIENT (React Native / Expo)
# =====================================
node_modules/
.expo/
dist/
web-build/
*.orig.*
*.jks
*.p8
*.p12
*.key
*.mobileprovision
.metro-health-check*
npm-debug.*
yarn-debug.*
yarn-error.*
*.tsbuildinfo
/client/ios/
/client/android/
/home/julien_furet/Documents/M2-IWOCS/Mobile/app_stripe/client/config.ts

# =====================================
# SERVER (Python / FastAPI)
# =====================================
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
*.egg
pip-log.txt
htmlcov/
.tox/
.coverage
.cache
*.cover
.pytest_cache/
*.log
db.sqlite3
.ipynb_checkpoints
profile_default/
.venv
venv/
ENV/
.mypy_cache/
.idea/
/server/dev.db

# =====================================
# GLOBAL
# =====================================
.DS_Store
*.pem
.env
.env*.local
/client_v2/
