diff --git a/.gitignore b/.gitignore index 68ae4f2..f41a0dc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ # Hide node dependencies directory node_modules -__pycache__ \ No newline at end of file +__pycache__ + +# Hide user input +src/user_input/* \ No newline at end of file