diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2393d91 --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +# Python cache +__pycache__/ +*.py[cod] +*$py.class + +# Virtual environments +venv/ +env/ +ENV/ + +# IDE +.vscode/ +.idea/ +*.swp +*.swo +*~ + +# OS +.DS_Store +Thumbs.db + +# Build artifacts +dist/ +build/ +*.egg-info/ diff --git a/src/__pycache__/_LocalTranscribe.cpython-310.pyc b/src/__pycache__/_LocalTranscribe.cpython-310.pyc deleted file mode 100644 index 1c513b0..0000000 Binary files a/src/__pycache__/_LocalTranscribe.cpython-310.pyc and /dev/null differ diff --git a/src/__pycache__/_LocalTranscribe.cpython-312.pyc b/src/__pycache__/_LocalTranscribe.cpython-312.pyc deleted file mode 100644 index 193465a..0000000 Binary files a/src/__pycache__/_LocalTranscribe.cpython-312.pyc and /dev/null differ