diff --git a/.dockerignore b/.dockerignore index b696b2c99a..eabfb03301 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,7 +1,8 @@ **/data/ -*.log -*.png -*.pstats +**/*.log +**/*.png +**/*.pstats +**/*.ipynb **/bittensor.egg-info/* **/lib/* **/build/* @@ -10,6 +11,11 @@ **/env/* **/venv/* **/tmp/* -./circleci/* -./github/* -.ipynb \ No newline at end of file +**/test_results/* +**/__pycache__/* +**/.circleci +**/.git +**/.github +**/.hypothesis +**/.vscode +**/.gitignore