diff options
author | Lionel <lionel.miquel46@gmail.com> | 2018-12-12 15:56:05 +0100 |
---|---|---|
committer | Lionel <lionel.miquel46@gmail.com> | 2018-12-12 22:44:53 +0100 |
commit | 0a7e66f5d187e76bb9902c5cd2e3d5196739d5e3 (patch) | |
tree | 48b8ba84049cf27d33173c6e35e65851036b383b /.gitignore | |
parent | 6f9abf1f236f8662e9953ef666913130d3e26e6e (diff) | |
download | aneatocli-0a7e66f5d187e76bb9902c5cd2e3d5196739d5e3.tar.gz aneatocli-0a7e66f5d187e76bb9902c5cd2e3d5196739d5e3.zip |
Added all the main file. I'm not implementing OAuth for the moment.
Working on account logging func
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0d20b64 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.pyc |