gitignore and nothing

This commit is contained in:
Wolfgang Hottgenroth 2021-06-14 15:14:07 +02:00
parent 9f47a5cfe1
commit f711b3be90
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F
2 changed files with 6 additions and 1 deletions

6
.gitignore vendored
View File

@ -1,2 +1,6 @@
__pycache__/
ENV
ENV
*~
~*
.*~

View File

@ -4,3 +4,4 @@ wsgi-file = server.py
processes = 4
stats = :9191