diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..f4a3930 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,22 @@ +# Logs +logs + +# Tests +tests + +# Examples +examples + +# Docs +docs + +# Certs +certs + +.coverage + +# Markdown +*.md + +# Other +*.yml \ No newline at end of file diff --git a/.gitignore b/.gitignore index 105823d..9644ac8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ __pycache__ # Except . !.github/ !.gitignore +!.dockerignore +!.travis.yml # Ignore items in test (report, cache, etc), except files starting with test tests/*