diff options
author | Parker <contact@pkrm.dev> | 2024-03-31 00:10:45 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-03-31 00:10:45 -0500 |
commit | 39026bb4e0535d31f9436e6506a38e4be0b33f30 (patch) | |
tree | 0541f46a0a27763f657d0902d523b16a0905ee79 /.gitignore | |
parent | 7e7f2d959cc1100604774fff78d4d67087629073 (diff) |
base commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..82c5f34 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +config.ini +__pycache__
\ No newline at end of file |