bump project

This commit is contained in:
2026-05-01 21:24:21 +03:30
parent dc4b1a1400
commit 139b3e26da
83 changed files with 2455 additions and 18349 deletions

8
.gitignore vendored
View File

@@ -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/