# Node Packages
package-lock.json
/node_modules

# Project Environments
.env
config/config.js

# Project Data
/data

# Python Cache
__pycache__
