bump project
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -49,6 +49,9 @@ coverage.xml
|
||||
*.py.cover
|
||||
.hypothesis/
|
||||
.pytest_cache/
|
||||
pytest-cache-files-*/
|
||||
.pytest_tmp/
|
||||
tmp_pytest/
|
||||
cover/
|
||||
|
||||
# Translations
|
||||
@@ -64,6 +67,9 @@ db.sqlite3-journal
|
||||
# Flask stuff:
|
||||
instance/
|
||||
.webassets-cache
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
*.db
|
||||
|
||||
# Scrapy stuff:
|
||||
.scrapy
|
||||
@@ -149,6 +155,8 @@ activemq-data/
|
||||
|
||||
# Environments
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
.envrc
|
||||
.venv
|
||||
env/
|
||||
|
||||
Reference in New Issue
Block a user