From 4f1731772dd84a41ed0756ac3a7953c3d021b1cd Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Sat, 9 Nov 2019 20:01:55 -0600 Subject: version --- .gitignore | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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? -- cgit v1.2.3