push
This commit is contained in:
29
.dockerignore
Normal file
29
.dockerignore
Normal file
@@ -0,0 +1,29 @@
|
||||
.venv/
|
||||
venv
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
.coverage
|
||||
htmlcov/
|
||||
|
||||
instance/*
|
||||
*.db
|
||||
|
||||
.env
|
||||
.env.*
|
||||
|
||||
dist/
|
||||
build/
|
||||
*.egg-info/
|
||||
.pytest_cache
|
||||
|
||||
*.pdf
|
||||
*.xml
|
||||
storage/*
|
||||
backups/*
|
||||
certs/*
|
||||
pdf/*
|
||||
Reference in New Issue
Block a user