phpstan level 0 error free - fixes for kyu subpage - move mams into participo framework - remove legacy `lib/db.php` usage - add attributer admin function - add newsposter - fixing apiKey creation
12 lines
254 B
Plaintext
12 lines
254 B
Plaintext
# a possible virtual environment
|
|
# @todo Check if this directory even needs one
|
|
.venv/
|
|
__pycache__/
|
|
# typings for python type checking
|
|
# @todo See if python code should even bee in this directory!
|
|
typings/
|
|
|
|
local/*.php
|
|
node_modules/*
|
|
testApi.config.yaml
|