From 13d3e4c648036f6e26d450c4dfdbd4999cf0e8a8 Mon Sep 17 00:00:00 2001 From: blendoit Date: Fri, 4 Oct 2019 13:09:31 -0700 Subject: Ignore pyc files and update docs --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 225020c..713d0d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,9 @@ # .gitignore **/__pycache__/ +**/*.pyc **/log.txt **/*.html **/*.pdf **/*.tex save/ -TAGS \ No newline at end of file +TAGS -- cgit v1.2.3