11 lines
101 B
Text
11 lines
101 B
Text
|
|
# Python Docker ignores
|
||
|
|
__pycache__/
|
||
|
|
*.pyc
|
||
|
|
.venv/
|
||
|
|
venv/
|
||
|
|
*.egg-info/
|
||
|
|
.pytest_cache/
|
||
|
|
.git/
|
||
|
|
.env
|
||
|
|
tests/
|