diff options
| author | Cody Hiar <cody@hiar.ca> | 2021-02-03 14:29:24 -0700 |
|---|---|---|
| committer | Cody Hiar <cody@hiar.ca> | 2021-02-03 14:29:24 -0700 |
| commit | 2b007a5a500b635ddcfe4b9a512777f3d21fa6b6 (patch) | |
| tree | 7a9ccb2d41222fc571c6d08b169d4946e26c130c /.gitignore | |
Initial commit of project
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d83040b --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +.*.swp +*.pyc +*.pyo +.DS_Store +tags +.ropeproject +*.actual +.vimcache +.idea +.mypy_cache +.envrc +*.sqlite +results.json |
