Changes committed
This commit is contained in:
26
docengine/.dockerignore
Normal file
26
docengine/.dockerignore
Normal file
@@ -0,0 +1,26 @@
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
.Python
|
||||
.env
|
||||
.venv
|
||||
env/
|
||||
venv/
|
||||
*.egg-info
|
||||
dist/
|
||||
build/
|
||||
.git
|
||||
.gitignore
|
||||
.dockerignore
|
||||
*.md
|
||||
*.rst
|
||||
docs/
|
||||
tests/
|
||||
htmlcov/
|
||||
.coverage
|
||||
.pytest_cache
|
||||
.mypy_cache
|
||||
.ruff_cache
|
||||
*.log
|
||||
.idea/
|
||||
.vscode/
|
||||
Reference in New Issue
Block a user