diff --git a/.gitignore b/.gitignore index 9f224d7..9ca5440 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,7 @@ /tests session.session /files +__pycache__/ +*.pyc uv run uvicorn main:app --host 0.0.0.0 --port 8005 \ No newline at end of file