diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-28 09:11:55 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-28 09:11:55 +0200 |
commit | 5b4c1d02ce9108be74e60e9993254a71c5fa9318 (patch) | |
tree | 770772eebb7e3c6f80adfbd9e5e2b0a57a38fd08 /.gitignore | |
parent | 4ea2dd117e656f950c41f9954bd593c313e34ee2 (diff) |
Move out functions into lib.py
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +__pycache__/ .cache/ *.[ao] *.so |