31 lines
264 B
Plaintext
31 lines
264 B
Plaintext
|
|
# Deep Dive Docker Ignore
|
||
|
|
__pycache__/
|
||
|
|
*.pyc
|
||
|
|
*.pyo
|
||
|
|
*.pyd
|
||
|
|
.Python
|
||
|
|
*.so
|
||
|
|
*.egg
|
||
|
|
*.egg-info/
|
||
|
|
dist/
|
||
|
|
build/
|
||
|
|
.cache/
|
||
|
|
.pytest_cache/
|
||
|
|
.mypy_cache/
|
||
|
|
.coverage
|
||
|
|
htmlcov/
|
||
|
|
.env
|
||
|
|
.venv/
|
||
|
|
venv/
|
||
|
|
*.log
|
||
|
|
.cache/deepdive/
|
||
|
|
output/
|
||
|
|
audio/
|
||
|
|
*.mp3
|
||
|
|
*.wav
|
||
|
|
*.ogg
|
||
|
|
.git/
|
||
|
|
.gitignore
|
||
|
|
.github/
|
||
|
|
.gitea/
|