diff --git a/header_imports/__pycache__/header_imports_initialization.cpython-38.pyc b/header_imports/__pycache__/header_imports_initialization.cpython-38.pyc new file mode 100644 index 0000000..4e71b32 Binary files /dev/null and b/header_imports/__pycache__/header_imports_initialization.cpython-38.pyc differ diff --git a/header_imports/__pycache__/header_imports_python_library.cpython-38.pyc b/header_imports/__pycache__/header_imports_python_library.cpython-38.pyc new file mode 100644 index 0000000..0282dc2 Binary files /dev/null and b/header_imports/__pycache__/header_imports_python_library.cpython-38.pyc differ diff --git a/scripts/clean_python.sh b/scripts/clean_python.sh new file mode 100644 index 0000000..13d83fe --- /dev/null +++ b/scripts/clean_python.sh @@ -0,0 +1 @@ +find . -type d -name "__pycache__" -exec rm -r {} + diff --git a/src/bellande_python_executable/__pycache__/__init__.cpython-38.pyc b/src/bellande_python_executable/__pycache__/__init__.cpython-38.pyc index 68ca237..18912c0 100644 Binary files a/src/bellande_python_executable/__pycache__/__init__.cpython-38.pyc and b/src/bellande_python_executable/__pycache__/__init__.cpython-38.pyc differ