diff options
author | Baitinq <you@example.com> | 2022-02-06 22:52:22 +0000 |
---|---|---|
committer | Baitinq <you@example.com> | 2022-02-06 22:52:22 +0000 |
commit | 521da01f6da6c32ccd834c20b7ea457a619361c8 (patch) | |
tree | 6f95f89ac0369f4c0e85e6b2a9b6f9c0a1f67008 /.gitignore | |
download | OSLS-521da01f6da6c32ccd834c20b7ea457a619361c8.tar.gz OSLS-521da01f6da6c32ccd834c20b7ea457a619361c8.tar.bz2 OSLS-521da01f6da6c32ccd834c20b7ea457a619361c8.zip |
Initial Commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c18dd8d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +__pycache__/ |