diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..372c13e --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__/ + diff --git a/bark/__pycache__/__init__.cpython-38.pyc b/bark/__pycache__/__init__.cpython-38.pyc deleted file mode 100644 index 357e4ac..0000000 Binary files a/bark/__pycache__/__init__.cpython-38.pyc and /dev/null differ diff --git a/bark/__pycache__/api.cpython-38.pyc b/bark/__pycache__/api.cpython-38.pyc deleted file mode 100644 index 365b453..0000000 Binary files a/bark/__pycache__/api.cpython-38.pyc and /dev/null differ diff --git a/bark/__pycache__/generation.cpython-38.pyc b/bark/__pycache__/generation.cpython-38.pyc deleted file mode 100644 index d902fe3..0000000 Binary files a/bark/__pycache__/generation.cpython-38.pyc and /dev/null differ diff --git a/bark/__pycache__/model.cpython-38.pyc b/bark/__pycache__/model.cpython-38.pyc deleted file mode 100644 index b4c41e5..0000000 Binary files a/bark/__pycache__/model.cpython-38.pyc and /dev/null differ diff --git a/bark/__pycache__/model_fine.cpython-38.pyc b/bark/__pycache__/model_fine.cpython-38.pyc deleted file mode 100644 index 0b2c4e4..0000000 Binary files a/bark/__pycache__/model_fine.cpython-38.pyc and /dev/null differ