diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 00000000..52e4ee41 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,5 @@ +.git +.gitignore +.idea +**/*.pyc +**/*.swp diff --git a/.gitignore b/.gitignore index f488a907..c7ad59fe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -*.pyc -*.swp +**/*.pyc +**/*.swp tags .idea