From 7c895c8191ffcf8c6ac6cefda6a0b733b210b17d Mon Sep 17 00:00:00 2001 From: Jack Case Date: Mon, 30 Mar 2026 11:31:55 -0400 Subject: [PATCH] update .gitignore for files under migrations ignore pycache files, etc. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 0b188bc..cb8da0a 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,8 @@ target/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +# ignorable files in migrations/ +**/__pycache__ +migrations/env/ +migrations/test_db.sqlite