diff options
author | Parker <contact@pkrm.dev> | 2024-06-21 17:40:32 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-06-21 17:40:32 -0500 |
commit | 8d72466629f9b6903005006d04e7637634f90575 (patch) | |
tree | 69e42622dd5ce205810643ac9112938976960c31 /.gitignore | |
parent | a4107d097699b644f489be1403ff8e046a3af62a (diff) |
Update .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ .env data.db __pycache__ -.DS_Store
\ No newline at end of file +.DS_Store +internal_notes.txt
\ No newline at end of file |