diff options
author | Frederick Muriuki Muriithi | 2023-08-04 12:49:40 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-08-04 12:49:40 +0300 |
commit | bd99071174bfa80d179dd32673200f51000b86b5 (patch) | |
tree | ab15db002983ddebf10ea6e632b2d0b05b3455d9 /.gitignore | |
parent | 8b7c598407a5fea9a3d78473e72df87606998cd4 (diff) | |
download | gn-auth-bd99071174bfa80d179dd32673200f51000b86b5.tar.gz |
Initialise the application and update some module imports
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,3 +1,6 @@ +# python temp files and cache +/**/__pycache__ + # emacs temporary files /**/*~ |