kiosk_vanilla / .gitignore
Monish Vijay Kumar
Deploy Northwestern CS Kiosk Docker Space with checkpoint and inference runtime
7056be6
Raw
History Blame
443 Bytes
# Ignore all __pycache__ folders and .pyc files
__pycache__/
*.pyc
# Ignore configs
.vscode
.claude
# ignore virtual environments
edgepilot_environment/
.venv/
# Runtime data generated by the kiosk
backend/storage/
# Node / frontend artifacts
frontend/node_modules/
frontend/dist/
# Ignore environment variable files
.env
frontend/.env
# Ignore macOS metadata
.DS_Store
# Ignore
backend/storage/
# Node
node_modules/
**/node_modules/