Initialisation depot
This commit is contained in:
20
arti-api/.dockerignore
Normal file
20
arti-api/.dockerignore
Normal file
@@ -0,0 +1,20 @@
|
||||
# .dockerignore
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
build/
|
||||
*.egg-info/
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
.env
|
||||
.venv
|
||||
env/
|
||||
venv/
|
||||
.git/
|
||||
.gitignore
|
||||
README.md
|
||||
*.md
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user