# Docker
.dockerignore
Dockerfile

# CPython compiler output
__pycache__
*.pyc

# Python package stuff
reqlib-metadata
pyproject.toml
*.egg-info

# VS Code
.vscode