diff options
author | Melody Horn <melody@boringcactus.com> | 2020-06-18 22:48:40 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2020-06-18 22:48:40 -0600 |
commit | bd569cc6c42da0dad02d2d3f5ef18d3ac06e319d (patch) | |
tree | 42dc870a8433bc7068f56cd41efb14fd1f898a06 /.gitignore | |
parent | 6157c0172f9b078e7030bd493c842cf372292c74 (diff) | |
download | crabravebot-bd569cc6c42da0dad02d2d3f5ef18d3ac06e319d.tar.gz crabravebot-bd569cc6c42da0dad02d2d3f5ef18d3ac06e319d.zip |
rewrite in Python
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3240065 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/venv +/.idea +/.env |