diff options
author | Parker <contact@pkrm.dev> | 2024-06-26 18:31:07 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-06-26 18:31:07 -0500 |
commit | 1f1e482013d0b9043e9f331f78c45780e4aa8a33 (patch) | |
tree | 17fe2674407ba86509bdcd9639f9a76e498e485b /.gitignore | |
parent | eed030b573d72769363c3c7e1d48160dde7cffcd (diff) |
Update `.gitignore`
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ config.ini __pycache__ -count.db
\ No newline at end of file +count.db +notes.txt
\ No newline at end of file |