diff options
author | B. Stack <bgstack15@gmail.com> | 2021-06-20 16:12:54 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2021-06-20 16:12:54 -0400 |
commit | dbe21e7fc9395f9f30fe3299ce09d59dc8a693e9 (patch) | |
tree | 752ca58d983d8c9ed2a36bb93eafd8775237160d /.gitignore | |
download | session_app-dbe21e7fc9395f9f30fe3299ce09d59dc8a693e9.tar.gz session_app-dbe21e7fc9395f9f30fe3299ce09d59dc8a693e9.tar.bz2 session_app-dbe21e7fc9395f9f30fe3299ce09d59dc8a693e9.zip |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d6b427a --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +__pycache__ +session_app.py +*.keytab +*.log |