diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-10-14 18:43:16 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-10-14 18:44:17 +0700 |
commit | 2f50663bc527fd2c10e60ca9764e7b0728c97422 (patch) | |
tree | 22a3246ecdb123a54da9a4bf20b6e847d18b2892 /.gitignore | |
download | rsskey-9751bfcf80dc4925e83a68c9a9e2529217672c85.tar.gz |
Make it work 0.0.1
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..1be5bdb --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__/ +dist/ |