diff --git a/TT/.gitignore b/TT/.gitignore new file mode 100644 index 0000000..7826794 --- /dev/null +++ b/TT/.gitignore @@ -0,0 +1,7 @@ +__pycache__/ +*.py[cod] +*$py.class +.venv/ +.env +.DS_Store +.pytest_cache/ \ No newline at end of file