Skip to content
Snippets Groups Projects

Builder fixes

Merged Kostas Vilkelis requested to merge builder_fixes into main
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
+ 6
0
@@ -28,6 +28,7 @@
**/__pycache__/*
*.py[cod]
*.egg
_version.py
MANIFEST
### Jupyter temporaries
@@ -42,7 +43,9 @@ MANIFEST
### Testing and coverage reports
htmlcov/
junit.xml
.tox/
.nox/
.coverage
.coverage.*
.cache
@@ -50,3 +53,6 @@ nosetests.xml
coverage.xml
*.cover
.hypothesis/
### Documentation builds
**/build/*
Loading