pipeline bug
[wolnelektury.git] / .gitignore
index cceada8..9071315 100644 (file)
@@ -1,5 +1,6 @@
 localsettings.py
 dev.sqlite
+fabfile_local.py
 *.db
 *.db-journal
 *~
@@ -16,6 +17,7 @@ apps/wolnelektury_core/static/scss/*.css
 # Python garbage
 *.pyc
 .coverage
+coverage.xml
 pip-log.txt
 nosetests.xml
 
@@ -31,8 +33,14 @@ thumbs.db
 .pydevproject
 .tmp_*
 
+# PyCharm
+.idea
+
 # Tags file
 TAGS
 
 media
 search_index
+doc/_build
+reports
+