16 lines
181 B
Text
16 lines
181 B
Text
# Docker
|
|
.dockerignore
|
|
Dockerfile
|
|
|
|
# CPython compiler output
|
|
__pycache__
|
|
*.pyc
|
|
|
|
# Python package stuff
|
|
reqlib-metadata
|
|
pyproject.toml
|
|
*.egg-info
|
|
|
|
# VS Code
|
|
.vscode
|
|
|