diff --git a/.gitignore b/.gitignore index 513d581..c19b00a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ pythonexe changes.md +.idea/*.iml +__pycache__/ \ No newline at end of file diff --git a/.idea/BatchConvert.iml b/.idea/BatchConvert.iml deleted file mode 100644 index 8b8c395..0000000 --- a/.idea/BatchConvert.iml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/bin/__pycache__/directory2symlink.cpython-310.pyc b/bin/__pycache__/directory2symlink.cpython-310.pyc deleted file mode 100644 index 8620080..0000000 Binary files a/bin/__pycache__/directory2symlink.cpython-310.pyc and /dev/null differ diff --git a/bin/__pycache__/directory2symlink.cpython-39.pyc b/bin/__pycache__/directory2symlink.cpython-39.pyc deleted file mode 100644 index c8b2e13..0000000 Binary files a/bin/__pycache__/directory2symlink.cpython-39.pyc and /dev/null differ diff --git a/bin/__pycache__/pattern_manager.cpython-310.pyc b/bin/__pycache__/pattern_manager.cpython-310.pyc deleted file mode 100644 index 88d836f..0000000 Binary files a/bin/__pycache__/pattern_manager.cpython-310.pyc and /dev/null differ diff --git a/bin/__pycache__/pattern_manager.cpython-39.pyc b/bin/__pycache__/pattern_manager.cpython-39.pyc deleted file mode 100644 index f5e4fe2..0000000 Binary files a/bin/__pycache__/pattern_manager.cpython-39.pyc and /dev/null differ diff --git a/pythonexe b/pythonexe deleted file mode 120000 index d32f59d..0000000 --- a/pythonexe +++ /dev/null @@ -1 +0,0 @@ -/home/oezdemir/miniforge3/envs/batchconvert_maintenance/bin/python \ No newline at end of file