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