diff --git a/.env b/.env deleted file mode 100644 index cd39561..0000000 --- a/.env +++ /dev/null @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..10d71d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +__pycache__/ +*.py[cod] +*$py.class +.env +.venv/ +env/ +venv/ +ENV/ +build/ +dist/ +*.egg-info/