1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-06-21 03:28:22 +02:00

Flask app

This commit is contained in:
Alexandre Iooss
2020-09-14 11:41:20 +02:00
parent a5b9bfba45
commit 372d1c4c5d
7 changed files with 114 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@ -0,0 +1,15 @@
# Byte-compiled / optimized / DLL files
dist
build
__pycache__
*.py[cod]
*$py.class
*.swp
*.egg-info
_build
.tox
.coverage
coverage
# Virtualenv
venv