diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3ca8cb9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +#compiled sources, not to be tracked +*.pyc diff --git a/bin/__init__.pyc b/bin/__init__.pyc deleted file mode 100644 index 6875fb8..0000000 Binary files a/bin/__init__.pyc and /dev/null differ diff --git a/examples/__init__.pyc b/examples/__init__.pyc deleted file mode 100644 index f7fa609..0000000 Binary files a/examples/__init__.pyc and /dev/null differ diff --git a/examples/region_growing.pyc b/examples/region_growing.pyc deleted file mode 100644 index b10fe5b..0000000 Binary files a/examples/region_growing.pyc and /dev/null differ diff --git a/tippy/__init__.pyc b/tippy/__init__.pyc deleted file mode 100644 index 8ec2d8d..0000000 Binary files a/tippy/__init__.pyc and /dev/null differ diff --git a/tippy/basic_operations.pyc b/tippy/basic_operations.pyc deleted file mode 100644 index 266cac8..0000000 Binary files a/tippy/basic_operations.pyc and /dev/null differ diff --git a/tippy/display_operations.pyc b/tippy/display_operations.pyc deleted file mode 100644 index fa0ad1f..0000000 Binary files a/tippy/display_operations.pyc and /dev/null differ diff --git a/tippy/segmentations.pyc b/tippy/segmentations.pyc deleted file mode 100644 index 87f7ef7..0000000 Binary files a/tippy/segmentations.pyc and /dev/null differ diff --git a/tippy/statistics.pyc b/tippy/statistics.pyc deleted file mode 100644 index 3f7187e..0000000 Binary files a/tippy/statistics.pyc and /dev/null differ diff --git a/tippy/tests/__init__.pyc b/tippy/tests/__init__.pyc deleted file mode 100644 index 8d496ec..0000000 Binary files a/tippy/tests/__init__.pyc and /dev/null differ diff --git a/tippy/tests/test_basic_operations.pyc b/tippy/tests/test_basic_operations.pyc deleted file mode 100644 index c24cdd7..0000000 Binary files a/tippy/tests/test_basic_operations.pyc and /dev/null differ diff --git a/tippy/tests/test_display_operations.pyc b/tippy/tests/test_display_operations.pyc deleted file mode 100644 index 732bbb6..0000000 Binary files a/tippy/tests/test_display_operations.pyc and /dev/null differ diff --git a/tippy/tests/test_segmentation.pyc b/tippy/tests/test_segmentation.pyc deleted file mode 100644 index 782406d..0000000 Binary files a/tippy/tests/test_segmentation.pyc and /dev/null differ diff --git a/tippy/tests/test_statistics.pyc b/tippy/tests/test_statistics.pyc deleted file mode 100644 index 844aa01..0000000 Binary files a/tippy/tests/test_statistics.pyc and /dev/null differ