diff options
author | Frederick Muriuki Muriithi | 2023-08-07 12:17:08 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-08-07 12:29:09 +0300 |
commit | 91061a7b4af2aaa7c7c97d0cd215a0dc28a42419 (patch) | |
tree | 59ae52f8ebebb86ec3917ad387d9b7d136480dcc /.gitignore | |
parent | af9ab012a3763e3046d8c42a8af8fd5c06e3df04 (diff) | |
download | gn-auth-91061a7b4af2aaa7c7c97d0cd215a0dc28a42419.tar.gz |
Fix tests
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ # python temp files and cache /**/__pycache__ +/**/.hypothesis # emacs temporary files /**/*~ |