diff options
author | Louie S <louie@example.com> | 2023-09-16 09:36:14 -0400 |
---|---|---|
committer | Louie S <louie@example.com> | 2023-09-16 09:36:14 -0400 |
commit | 0ce1224da8c2007de9bdf7898341142897e0c64f (patch) | |
tree | d1e37b838b99c17892dbc90f71a273d1673a1708 /.gitignore | |
parent | 8650e59af3ecc0d77615f1f4fd2a8b78db6232d0 (diff) |
Implement reloading
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ __pycache__ test.db dummy* +build +dist |