create .gitignore (#37520)

This commit is contained in:
Thomas NOËL 2019-11-07 12:16:51 +01:00
parent 09c52ca6c3
commit a7737d32c1
1 changed files with 11 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
*.pyc
build/
db.sqlite3
bijoe.egg-info/
*.patch
*.mo
.cache
coverage.xml
.coverage
test_results.xml
.pytest_cache/