[0d34a1]: / .gitignore

Download this file

17 lines (13 with data), 246 Bytes

# Client Dependencies
/client/node_modules
/client/build

# Environments
/client/.dev.env
/venv/

# Cache
**/__pycache__/

# Saved ML Model
/model/trained_model.sav
/model/train_model.py

# Server key hosted on AWS
stress-detection-server-key.pem