Add .gitignore and remove .env from tracking
All checks were successful
Build and Push Monarch MCP Docker Image / build (push) Successful in 33s

This commit is contained in:
Ben
2025-12-24 01:54:51 +00:00
parent 391bee1d1e
commit f5b0303f06
2 changed files with 11 additions and 11 deletions

11
.env
View File

@@ -1,11 +0,0 @@
# Monarch Money Credentials
# You can use MONARCH_TOKEN (recommended) OR Email/Password
MONARCH_TOKEN=MONARCH_TOKEN=64422c9dec80f6009e89e571a601ccf31488cac0651eae6461be6f78d30fc0db
# Fallback credentials
MONARCH_EMAIL=
MONARCH_PASSWORD=
# Server Configuration
PORT=8100
LOG_LEVEL=INFO

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
__pycache__/
*.py[cod]
*$py.class
.env
.venv/
env/
venv/
ENV/
build/
dist/
*.egg-info/