blob: 3d1bd60324775da3b760de12134747632b6ab4ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# This helps to reduce the size of the Docker build context and to avoid
# including potentially sensitive files.
#
# .git is needed during bootstrap.sh
bin
lib
lib64
user_dev
.tox
dist
docs/build
.pytest_cache
|