diff --git a/.dockerignore b/.dockerignore index e62392f..76a13b5 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,4 +1,5 @@ -config.ini __pycache__ count.db -notes.txt \ No newline at end of file +notes.txt +config.yaml +track_events.log \ No newline at end of file diff --git a/.gitignore b/.gitignore index 770ddc8..76a13b5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -config.ini __pycache__ count.db notes.txt