diff --git a/.gitignore b/.gitignore index 6860608..3dfb855 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -.idea -.cache \ No newline at end of file +.idea* +.cache* \ No newline at end of file diff --git a/tests/validator_tests.py b/tests/test_validator.py similarity index 100% rename from tests/validator_tests.py rename to tests/test_validator.py