Skip to content

Commit b909316

Browse files
committed
Update framework
1 parent ec6be60 commit b909316

File tree

11 files changed

+13
-802
lines changed

11 files changed

+13
-802
lines changed

.gitignore

+13-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ __pycache__/
33
*.py[cod]
44
*$py.class
55

6+
*.DS_Store
7+
68
# C extensions
79
*.so
10+
*.o
11+
*.a
812

913
# Distribution / packaging
1014
.Python
@@ -38,7 +42,7 @@ pip-delete-this-directory.txt
3842
# Unit test / coverage reports
3943
htmlcov/
4044
.tox/
41-
.coverage
45+
.coverage*
4246
.coverage.*
4347
.cache
4448
nosetests.xml
@@ -101,5 +105,12 @@ ENV/
101105
# mypy
102106
.mypy_cache/
103107

104-
# emacs crud
108+
.vscode
109+
110+
.pytest_cache
111+
112+
113+
# Vim temporary files
105114
*~
115+
*.swp
116+
*.swo

bin/target_selection

-47
This file was deleted.

cextern/README.txt

-1
This file was deleted.

python/target_selection/core/__init__.py

Whitespace-only changes.

python/target_selection/core/exceptions.py

-74
This file was deleted.

python/target_selection/main.py

-88
This file was deleted.

python/target_selection/utils/__init__.py

-3
This file was deleted.

0 commit comments

Comments
 (0)