Update gitignore

This commit is contained in:
Roman Mogylatov 2021-10-12 10:42:04 -04:00
parent 284dee6e58
commit 1a28abb969

3
.gitignore vendored
View File

@ -36,6 +36,7 @@ reports/
.cache .cache
nosetests.xml nosetests.xml
coverage.xml coverage.xml
.hypothesis/
# Translations # Translations
*.mo *.mo
@ -54,7 +55,7 @@ target/
.idea/ .idea/
# Virtualenv # Virtualenv
venv/ venv*/
# SQLite # SQLite
*.db *.db