aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-01-09 12:01:41 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-01-09 12:01:41 +0300
commit6edf5984c1b8ca7906dba42d82d3197894fb9050 (patch)
treef5d514c8bfde15bc713d14a4af39aea32efc2208 /.gitignore
parentpylint/pep8 fixes (diff)
downloadcgitize-6edf5984c1b8ca7906dba42d82d3197894fb9050.tar.gz
cgitize-6edf5984c1b8ca7906dba42d82d3197894fb9050.zip
ignore *.pyc files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c18dd8d..7a60b85 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
__pycache__/
+*.pyc