Created
February 6, 2025 20:57
-
-
Save byaruhaf/00396069ccf2e18b9b030090278cfe68 to your computer and use it in GitHub Desktop.
python .dockerignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
__pycache__ | |
*.pyc | |
*.pyo | |
*.pyd | |
.Python | |
env | |
pip-log.txt | |
pip-delete-this-directory.txt | |
.tox | |
.coverage | |
.coverage.* | |
.cache | |
nosetests.xml | |
coverage.xml | |
*.cover | |
*.log | |
.git | |
.mypy_cache | |
.pytest_cache | |
.hypothesis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment