diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..67a4543 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +__pycache__/ +*.pyc +*.pyo +.venv/ diff --git a/backend/app/shared/__pycache__/__init__.cpython-312.pyc b/backend/app/shared/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index 7b6f16e..0000000 Binary files a/backend/app/shared/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/backend/app/shared/kernel/__pycache__/__init__.cpython-312.pyc b/backend/app/shared/kernel/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index f220850..0000000 Binary files a/backend/app/shared/kernel/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/backend/app/shared/kernel/__pycache__/exceptions.cpython-312.pyc b/backend/app/shared/kernel/__pycache__/exceptions.cpython-312.pyc deleted file mode 100644 index c9986b7..0000000 Binary files a/backend/app/shared/kernel/__pycache__/exceptions.cpython-312.pyc and /dev/null differ