Pepe-Meme-Generator / .dockerignore
MJaheen's picture
fix working on cpu
713f69a
raw
history blame
310 Bytes
__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/
.venv/
venv/
ENV/
env/
.venv/
*.egg-info/
dist/
build/
*.egg
.DS_Store
.vscode/
.idea/
*.swp
*.swo
*~