We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85a6814 commit 17817c2Copy full SHA for 17817c2
.gitignore
@@ -3,9 +3,6 @@ __pycache__/
3
*.py[cod]
4
*$py.class
5
6
-# C extensions
7
-*.so
8
-
9
# Distribution / packaging
10
.Python
11
build/
@@ -28,29 +25,13 @@ share/python-wheels/
28
25
MANIFEST
29
26
30
27
# Unit test / coverage reports
31
-htmlcov/
32
-.tox/
33
-.nox/
34
-.coverage
35
-.coverage.*
36
-.cache
37
-nosetests.xml
38
-coverage.xml
39
-*.cover
40
-*.py,cover
41
-.hypothesis/
42
.pytest_cache/
43
44
-# Translations
45
-*.mo
46
-*.pot
47
48
# Sphinx documentation
49
doc/_build/
50
51
# Jupyter Notebook
52
.ipynb_checkpoints
53
-notebooks/data/generated/
54
!notebooks/lib/
55
56
# IPython
0 commit comments