diff --git a/.args.py.swp b/.args.py.swp deleted file mode 100644 index fa20625..0000000 Binary files a/.args.py.swp and /dev/null differ diff --git a/.dictate.py.swp b/.dictate.py.swp deleted file mode 100644 index 05b5ffa..0000000 Binary files a/.dictate.py.swp and /dev/null differ diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8ac6ad0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__ +venv +*.swp diff --git a/__pycache__/args.cpython-313.pyc b/__pycache__/args.cpython-313.pyc deleted file mode 100644 index 21d4406..0000000 Binary files a/__pycache__/args.cpython-313.pyc and /dev/null differ diff --git a/__pycache__/dictate.cpython-313.pyc b/__pycache__/dictate.cpython-313.pyc deleted file mode 100644 index 9b8f47c..0000000 Binary files a/__pycache__/dictate.cpython-313.pyc and /dev/null differ diff --git a/__pycache__/get_dictation.cpython-313.pyc b/__pycache__/get_dictation.cpython-313.pyc deleted file mode 100644 index 7fbb598..0000000 Binary files a/__pycache__/get_dictation.cpython-313.pyc and /dev/null differ diff --git a/__pycache__/maths.cpython-313.pyc b/__pycache__/maths.cpython-313.pyc deleted file mode 100644 index 4a445f6..0000000 Binary files a/__pycache__/maths.cpython-313.pyc and /dev/null differ