- update CI to correctly build docker images - add requirement.txt - update Dockerfile to correctly build the app
22 lines
270 B
Text
22 lines
270 B
Text
__pycache__
|
|
.ipynb_checkpoints
|
|
*.egg-info
|
|
*.DS_Store
|
|
*.pyc
|
|
dist
|
|
|
|
# Editor stuff
|
|
*.swp
|
|
.idea
|
|
.vscode
|
|
|
|
env*
|
|
venv
|
|
support
|
|
|
|
# openshift config check folder
|
|
app-config/openshift/caimira-test
|
|
app-config/openshift/caimira-prod
|
|
|
|
# documentation build folder
|
|
caimira/docs/_build
|