Skip to content
Snippets Groups Projects
Commit 26e212c6 authored by Kostas Vilkelis's avatar Kostas Vilkelis :flamingo:
Browse files

dont track build files

parent 1ecd0a32
No related branches found
No related tags found
1 merge request!8Builder fixes
This commit is part of merge request !8. Comments created here will be created in the context of that merge request.
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
**/__pycache__/* **/__pycache__/*
*.py[cod] *.py[cod]
*.egg *.egg
_version.py
MANIFEST MANIFEST
### Jupyter temporaries ### Jupyter temporaries
...@@ -42,7 +43,9 @@ MANIFEST ...@@ -42,7 +43,9 @@ MANIFEST
### Testing and coverage reports ### Testing and coverage reports
htmlcov/ htmlcov/
junit.xml
.tox/ .tox/
.nox/
.coverage .coverage
.coverage.* .coverage.*
.cache .cache
...@@ -50,3 +53,6 @@ nosetests.xml ...@@ -50,3 +53,6 @@ nosetests.xml
coverage.xml coverage.xml
*.cover *.cover
.hypothesis/ .hypothesis/
### Documentation builds
**/build/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment