diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2020-01-30 22:38:49 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2020-01-30 22:38:49 -0300 |
commit | d32a241c82cfc3f774b82d71c73d4b4e5d0aa965 (patch) | |
tree | 2731716fccaa2820d93e7bebd50acfea5c8876ea /.gitignore | |
parent | 6c87b7151c1f7dbf07a309ca6e2cc71800323089 (diff) |
Add supporting files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..df0eb07 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +__pycache__/ +/public/ +/venv/ +/vtestenv/ +.hypothesis/ |