From 042964ac4ccf9839371dc8e323dcc5ef26bf22c7 Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 12 Dec 2025 20:36:51 +0300 Subject: [PATCH] deleted and untracked temp file --- .gitignore | 3 ++- migrations_state.json | 9 --------- 2 files changed, 2 insertions(+), 10 deletions(-) delete mode 100644 migrations_state.json diff --git a/.gitignore b/.gitignore index 9648f0b..c267f0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .idea .venv __pycache__ -*.sqlite \ No newline at end of file +*.sqlite +migrations_state.json \ No newline at end of file diff --git a/migrations_state.json b/migrations_state.json deleted file mode 100644 index 2eaa93e..0000000 --- a/migrations_state.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "applied": [ - { - "id": "0001_csv_to_sqlite", - "filename": "0001_csv_to_sqlite.py", - "applied_at": "2025-12-12T17:33:17.218732Z" - } - ] -} \ No newline at end of file