diff options
author | Rasmus Luha <rasmus.luha@gmail.com> | 2022-03-16 23:13:48 +0200 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@gmail.com> | 2022-03-16 23:13:48 +0200 |
commit | ecb4b4c8c56d9f720ba004fcfefd40acb996cc7e (patch) | |
tree | c53e0de7e1e08cccdcc07f2a0a4408ecdf26cbf4 /.gitignore | |
parent | 03aaa6978fbd73c13b63f0c525f01189c67d0f1f (diff) |
Fixing comments and documentation
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ venv/ .env -__pycache__/ +**/__pycache__/ AllAboutData/Data/ |