Files
concrete/docker/Dockerfile.release.dockerignore
2021-09-09 15:57:05 +02:00

13 lines
170 B
Docker

# Ignore all
**
# Not our sources
!concrete
!pyproject.toml
!docker/release_requirements.txt
!torch_requirements.txt
# But still ignore pycache
**/__pycache__
**/*.pyc