diff options
author | Cody Hiar <cody@hiar.ca> | 2021-11-21 15:33:37 -0700 |
---|---|---|
committer | Cody Hiar <cody@hiar.ca> | 2021-11-21 15:33:37 -0700 |
commit | f19ebb2def3b4b26e2f0755af29f3b8f7dd2ca99 (patch) | |
tree | f484f5d7dda66861b533bb4c0035831e5527682a /.gitignore |
Initial working version
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..04e47ba --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +.*.swp +*.pyc +*.pyo +.DS_Store +tags +.ropeproject +*.actual +.vimcache +.idea +.mypy_cache +.envrc +*.sqlite +downloads/* +!downloads/.git-keep |