diff options
author | Nayil Mukhametshin <66028747+nlscc@users.noreply.github.com> | 2020-05-25 17:22:43 +0200 |
---|---|---|
committer | Nayil Mukhametshin <66028747+nlscc@users.noreply.github.com> | 2020-05-25 17:22:43 +0200 |
commit | 6273f3634b72c0df21c2ece52b750b8834b7fed2 (patch) | |
tree | d01f11b47087320eeabf64f20a62687ecea6ee13 /.gitignore | |
download | samloader-6273f3634b72c0df21c2ece52b750b8834b7fed2.tar samloader-6273f3634b72c0df21c2ece52b750b8834b7fed2.tar.gz samloader-6273f3634b72c0df21c2ece52b750b8834b7fed2.tar.bz2 samloader-6273f3634b72c0df21c2ece52b750b8834b7fed2.tar.lz samloader-6273f3634b72c0df21c2ece52b750b8834b7fed2.tar.xz samloader-6273f3634b72c0df21c2ece52b750b8834b7fed2.tar.zst samloader-6273f3634b72c0df21c2ece52b750b8834b7fed2.zip |
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..008551d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__ +samloader.egg-info |