diff --git a/.gitignore b/.gitignore index 16334c9..c55dece 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ .idea .vscode .venv/ +__pycache__/ diff --git a/tests.py b/tests/tests.py similarity index 100% rename from tests.py rename to tests/tests.py