diff --git a/.gitignore b/.gitignore index 6eac956..2be21d6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -logs.db -logsreadable/* +*.db +logs_readable/ +*/__pycache__/ diff --git a/config.json b/config.json deleted file mode 100644 index e69de29..0000000