diff --git a/.gitignore b/.gitignore index ca3ab0f..beeb050 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ -.venv -poetry.lock +.venv/ files/* .vscode/ +__pycache__/ +poetry.lock .env \ No newline at end of file diff --git a/__pycache__/tracer.cpython-310.pyc b/__pycache__/tracer.cpython-310.pyc deleted file mode 100644 index 613679a..0000000 Binary files a/__pycache__/tracer.cpython-310.pyc and /dev/null differ