diff --git a/.gitignore b/.gitignore index 5edc3ed..a1af794 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,10 @@ /.idea/ # PipEnv -Pipfile.lock \ No newline at end of file +Pipfile.lock + +# Logs +/logs/ + +# Data +/data/ \ No newline at end of file