summary refs log tree commit diff
path: root/.dockerignore
blob: a236760cf1fdc9aed202232a05b9b974234e8c55 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ignore everything by default
*

# things to include
!docker
!synapse
!README.rst
!pyproject.toml
!poetry.lock

# TODO: remove these once we have moved over to using poetry-core in pyproject.toml
!MANIFEST.in
!setup.py

**/__pycache__