diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-03-19 21:30:32 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-03-19 21:30:32 -0600 |
commit | 3f5efcb91afc2e6d013800132b92e4a6c297f662 (patch) | |
tree | 3de0b3c6804ec51d5784d788b8df450eae208f1a /.gitignore |
Initial commit of working files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..db02cd5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,10 @@ +.*.swp +*.pyc +*.pyo +.DS_Store +tags +.ropeproject +*.actual +.vimcache +.idea +.mypy_cache |