diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2022-03-29 11:35:51 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2022-03-29 11:38:27 +0200 |
commit | 0ffe0731e6aca624695dd528761d2e459256ee67 (patch) | |
tree | 124b14d70b237289b1104aca76a0386557cebf7c /.gitignore | |
download | lab-bot-0ffe0731e6aca624695dd528761d2e459256ee67.tar.gz lab-bot-0ffe0731e6aca624695dd528761d2e459256ee67.zip |
Initial commit0.0.0
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7236703 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +env +build +dist +*.egg-info +__pycache__ +*.pyc |