Add .dockerignore file
This commit is contained in:
27
.dockerignore
Normal file
27
.dockerignore
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
# Python-Umgebungen
|
||||||
|
.venv/
|
||||||
|
venv/
|
||||||
|
ENV/
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
*.pyd
|
||||||
|
|
||||||
|
# Git
|
||||||
|
.git/
|
||||||
|
.gitignore
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
log/
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Sonstiges
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
idea.txt
|
||||||
|
*.md
|
||||||
|
LICENSE
|
||||||
|
|
||||||
|
# Tests
|
||||||
|
*.pytest_cache/
|
||||||
|
test_app.py
|
Reference in New Issue
Block a user