diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..ed8ebf5 --- /dev/null +++ b/.dockerignore @@ -0,0 +1 @@ +__pycache__ \ No newline at end of file diff --git a/.gitignore b/.gitignore index 43c96a6..ac883ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ data/ -.env \ No newline at end of file +.env + +.python-version +__pycache__ \ No newline at end of file