- perm_config.py: role definitions and permission matrix (underscore-based role IDs) - init_permissions.py: permission initialization script - .gitignore: add build artifacts exclusions - Remove multi-org type design, single owner org only
16 lines
123 B
Plaintext
16 lines
123 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
env/
|
|
venv/
|
|
.venv/
|
|
py3/
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
*.egg
|
|
wwwroot/wwwroot
|
|
mysql.ddl.sql
|