Skip to content

Commit 8068d2d

Browse files
committed
Update Readme and gitignore
1 parent a0ac518 commit 8068d2d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,7 @@ dmypy.json
134134

135135
# MacOS
136136
DS_Store
137+
138+
# logs
139+
logs/
140+

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ pyflask-microservice-base
22
------------------------------------------------------------------------------
33
An "optionally opinionated and structured" flask boilerplate microservice for ideal development
44

5+
![Built with](https://img.shields.io/badge/-Built%20with-073551?style=flat-square)
6+
![Python](https://img.shields.io/badge/-Python-3776AB?style=flat-square&logo=Python&logoColor=white)
7+
![Flask](https://img.shields.io/badge/-Flask-000000?style=flat-square&logo=flask&logoColor=white)
8+
9+
Minimum supporting Python version: 3.6
10+
511
![WIP](https://img.shields.io/badge/%20%F0%9F%9A%A7%20-Work%20in%20progress-important)
612

713
Usage Guide

0 commit comments

Comments
 (0)