Diff of /.dockerignore [000000] .. [e988c2]

Switch to unified view

a b/.dockerignore
1
.git/
2
3
**/*~
4
**/.#*
5
**/*#
6
**/htmlcov
7
**/__pycache__
8
**/*.pyc
9
**/.python-version
10
**/.env
11
**/.venv
12
**/venv
13
**/.coverage
14
**/*.egg-info/