diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b0af335 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +__pycache__/ +*.pyc +*.pyo +.venv/ +instance/ +.env +*.db diff --git a/app/__pycache__/__init__.cpython-314.pyc b/app/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index 18f3f04..0000000 Binary files a/app/__pycache__/__init__.cpython-314.pyc and /dev/null differ diff --git a/app/routes/__pycache__/__init__.cpython-314.pyc b/app/routes/__pycache__/__init__.cpython-314.pyc deleted file mode 100644 index 6646206..0000000 Binary files a/app/routes/__pycache__/__init__.cpython-314.pyc and /dev/null differ diff --git a/app/routes/__pycache__/dashboard.cpython-314.pyc b/app/routes/__pycache__/dashboard.cpython-314.pyc deleted file mode 100644 index a77957a..0000000 Binary files a/app/routes/__pycache__/dashboard.cpython-314.pyc and /dev/null differ diff --git a/app/routes/__pycache__/entries.cpython-314.pyc b/app/routes/__pycache__/entries.cpython-314.pyc deleted file mode 100644 index 79abadc..0000000 Binary files a/app/routes/__pycache__/entries.cpython-314.pyc and /dev/null differ diff --git a/app/routes/__pycache__/reports.cpython-314.pyc b/app/routes/__pycache__/reports.cpython-314.pyc deleted file mode 100644 index b396342..0000000 Binary files a/app/routes/__pycache__/reports.cpython-314.pyc and /dev/null differ