mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
13 lines
174 B
Docker
13 lines
174 B
Docker
# Ignore all
|
|
**
|
|
|
|
# Not our sources
|
|
!concrete
|
|
!pyproject.toml
|
|
!docker/datascience_requirements.txt
|
|
!torch_requirements.txt
|
|
|
|
# But still ignore pycache
|
|
**/__pycache__
|
|
**/*.pyc
|