Introduce /rules + minor style changes

This commit is contained in:
Yusur 2023-06-21 00:13:30 +02:00
parent a30d1c6fe0
commit ea0ccc0d0d
6 changed files with 117 additions and 30 deletions

5
.gitignore vendored
View file

@ -5,6 +5,10 @@ database/
site.conf
site-*.conf
run_8180.py
.env
alembic.ini
venv/
venv-*/
# automatically generated garbage
**/__pycache__/
@ -13,3 +17,4 @@ run_8180.py
**/.\#*
**/\#*\#
ig_api_settings/
node_modules/