diff options
author | Blaise Thompson <blaise@untzag.com> | 2019-11-09 20:01:55 -0600 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2019-11-09 20:01:55 -0600 |
commit | 4f1731772dd84a41ed0756ac3a7953c3d021b1cd (patch) | |
tree | a4cf51d3b742d1d10c0deaffa0eba48b1be486c3 /.gitignore | |
parent | c99d2447b57d6e14a78013152a53bb4552a33bb7 (diff) |
version
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bc58411 --- /dev/null +++ b/.gitignore @@ -0,0 +1,50 @@ +# byte-compiled +__pycache__/ +*.py[cod] + +# direnv +*.envrc + +# distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +temp/ +*.egg-info/ +.installed.cfg +*.egg +*.p + +# emacs +flycheck_*.el +.projectile +*.#* + +# images +*.jpg +*.gif +*.png +!logo/logo.png +*.svg +*.ico + +# tests / coverage reports +.coverage +.coverage.* +.cache +coverage.xml +*,cover +.pytest_cache/* + +# vim +*.sw? |