diff options
author | Mark Powers <markppowers0@gmail.com> | 2020-09-22 19:34:54 -0500 |
---|---|---|
committer | Mark Powers <markppowers0@gmail.com> | 2020-09-22 19:34:54 -0500 |
commit | 9275df710e578aa0ce67de12a952d76e3f036757 (patch) | |
tree | 5a5756075663b558d4a589250f0e3e27c4ae60c9 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2380aaa --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__/ +config.ini +*.swp |