pipeline bug
[wolnelektury.git] / .gitignore
index badd891..9071315 100644 (file)
@@ -17,6 +17,7 @@ apps/wolnelektury_core/static/scss/*.css
 # Python garbage
 *.pyc
 .coverage
 # Python garbage
 *.pyc
 .coverage
+coverage.xml
 pip-log.txt
 nosetests.xml
 
 pip-log.txt
 nosetests.xml
 
@@ -32,6 +33,9 @@ thumbs.db
 .pydevproject
 .tmp_*
 
 .pydevproject
 .tmp_*
 
+# PyCharm
+.idea
+
 # Tags file
 TAGS
 
 # Tags file
 TAGS
 
@@ -39,3 +43,4 @@ media
 search_index
 doc/_build
 reports
 search_index
 doc/_build
 reports
+