Skip to content

Commit fe7cef0

Browse files
Merge pull request #3 from breimanntools/dev_scripts
Dev scripts
2 parents 5ab758b + 4e1c766 commit fe7cef0

19 files changed

+12
-276
lines changed

.gitignore

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Directories
22
/venv/
3-
#/dev_scripts/
3+
/dev_scripts/
44
/recipe/
55
/tutorials/.ipynb_checkpoints/
66
/dist/
77

8+
# Created documentation
9+
/docs/build/
10+
/docs/source/generated/
11+
812
# IDEs & Editors
913
## PyCharm
1014
/.idea/
@@ -25,6 +29,11 @@ Thumbs.db
2529
__pycache__/
2630
*.py[cod]
2731
*$py.class
32+
**/__pycache__/
33+
34+
# Hypothesis
35+
.hypothesis/
36+
.coverage
2837

2938
## C extensions
3039
*.so
@@ -119,3 +128,5 @@ dmypy.json
119128

120129
# Cython
121130
cython_debug/
131+
/venv_shap/
132+
/dev_scripts/

dev_scripts/__init__.py

Whitespace-only changes.

dev_scripts/_utils.py

Lines changed: 0 additions & 28 deletions
This file was deleted.

dev_scripts/data/.~lock.LIPID_DEMYLINATION.tsv#

Lines changed: 0 additions & 1 deletion
This file was deleted.
-671 KB
Binary file not shown.
Binary file not shown.
-664 KB
Binary file not shown.

dev_scripts/dev_cimpute.py

Lines changed: 0 additions & 104 deletions
This file was deleted.

dev_scripts/dev_data.py

Lines changed: 0 additions & 142 deletions
This file was deleted.
-75.2 KB
Binary file not shown.
-488 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)