Update .gitignore

This commit is contained in:
ElBe 2023-02-22 14:34:28 +01:00 committed by GitHub
parent eb8948875b
commit a01cf2018c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
.gitignore vendored
View File

@ -129,5 +129,11 @@ dmypy.json
.pyre/ .pyre/
#Custom #Custom
__pycache__/ **.log
.github/ **.db
**.json #Must be done by hand
#Tests (not the code tests)
Bot/test.py
Bot/test2.py
Bot/test3.py