diff options
-rw-r--r-- | {{cookiecutter.project_name}}/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/{{cookiecutter.project_name}}/.gitignore b/{{cookiecutter.project_name}}/.gitignore index a42ffb6..696c85c 100644 --- a/{{cookiecutter.project_name}}/.gitignore +++ b/{{cookiecutter.project_name}}/.gitignore @@ -9,3 +9,4 @@ tags .idea .mypy_cache .envrc +*.sqlite |