Skip to content

Instantly share code, notes, and snippets.

@ericabertan
Created May 24, 2022 19:09
Show Gist options
  • Select an option

  • Save ericabertan/35a6f7f22591af6e1631d93be4d410ea to your computer and use it in GitHub Desktop.

Select an option

Save ericabertan/35a6f7f22591af6e1631d93be4d410ea to your computer and use it in GitHub Desktop.

Revisions

  1. Erica Bertan created this gist May 24, 2022.
    23 changes: 23 additions & 0 deletions .dockerignore
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,23 @@
    # Python
    __pycache__
    *.pyc
    *.pyo
    *.pyd
    .Python
    .pytest_cache

    # Others
    env
    pip-log.txt
    pip-delete-this-directory.txt
    .tox
    .coverage
    .coverage.*
    .cache
    nosetests.xml
    coverage.xml
    *.cover
    *.log
    .git
    .mypy_cache
    .hypothesis