15 lines
204 B
Text
15 lines
204 B
Text
# Linter configs
|
|
pyproject.toml
|
|
.flake8
|
|
|
|
# Python requirements files
|
|
requirements.txt
|
|
dev-requirements.txt
|
|
|
|
# Docker build files
|
|
Dockerfile
|
|
.dockerignore
|
|
hooks/
|
|
|
|
# User configured config file
|
|
config.yaml
|