Create .gitignore

This commit is contained in:
Lasse Edfast 2023-06-06 09:10:02 +02:00 committed by GitHub
parent fb69412423
commit 14fec0592a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
*
!app.py
!requirements.txt
!.gitignore
!info.py