diff --git a/.gitignore b/.gitignore index c1e74f6..0dd3373 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ publ.tsv -auth.tsv \ No newline at end of file +auth.tsv + +__pycache__ +repositorie/__pycache__ +aufgabe4 \ No newline at end of file diff --git a/__pycache__/baseStrategy.cpython-313.pyc b/__pycache__/baseStrategy.cpython-313.pyc deleted file mode 100644 index 8123204..0000000 Binary files a/__pycache__/baseStrategy.cpython-313.pyc and /dev/null differ diff --git a/__pycache__/hashJoinStrategy.cpython-313.pyc b/__pycache__/hashJoinStrategy.cpython-313.pyc deleted file mode 100644 index d3cf749..0000000 Binary files a/__pycache__/hashJoinStrategy.cpython-313.pyc and /dev/null differ diff --git a/__pycache__/manager.cpython-313.pyc b/__pycache__/manager.cpython-313.pyc deleted file mode 100644 index 6377f6b..0000000 Binary files a/__pycache__/manager.cpython-313.pyc and /dev/null differ diff --git a/__pycache__/nestedInnerLoopStrategy.cpython-313.pyc b/__pycache__/nestedInnerLoopStrategy.cpython-313.pyc deleted file mode 100644 index 6c03bb3..0000000 Binary files a/__pycache__/nestedInnerLoopStrategy.cpython-313.pyc and /dev/null differ diff --git a/__pycache__/setup.cpython-313.pyc b/__pycache__/setup.cpython-313.pyc deleted file mode 100644 index 73a0df5..0000000 Binary files a/__pycache__/setup.cpython-313.pyc and /dev/null differ diff --git a/__pycache__/sortMergeStrategy.cpython-313.pyc b/__pycache__/sortMergeStrategy.cpython-313.pyc deleted file mode 100644 index aef1d9a..0000000 Binary files a/__pycache__/sortMergeStrategy.cpython-313.pyc and /dev/null differ diff --git a/repositories/__pycache__/all_queries.cpython-313.pyc b/repositories/__pycache__/all_queries.cpython-313.pyc deleted file mode 100644 index dc0d7e9..0000000 Binary files a/repositories/__pycache__/all_queries.cpython-313.pyc and /dev/null differ diff --git a/repositories/__pycache__/hash_join_resolver.cpython-313.pyc b/repositories/__pycache__/hash_join_resolver.cpython-313.pyc deleted file mode 100644 index 4541764..0000000 Binary files a/repositories/__pycache__/hash_join_resolver.cpython-313.pyc and /dev/null differ diff --git a/repositories/__pycache__/nested_loop_resolver.cpython-313.pyc b/repositories/__pycache__/nested_loop_resolver.cpython-313.pyc deleted file mode 100644 index 86c68bb..0000000 Binary files a/repositories/__pycache__/nested_loop_resolver.cpython-313.pyc and /dev/null differ diff --git a/repositories/__pycache__/sort_merge_resolver.cpython-313.pyc b/repositories/__pycache__/sort_merge_resolver.cpython-313.pyc deleted file mode 100644 index 4943f92..0000000 Binary files a/repositories/__pycache__/sort_merge_resolver.cpython-313.pyc and /dev/null differ