rbac/.gitignore
yumoqing 77c17f6374 refactor(rbac): 删除 userapp/userdepartment 两张废弃表(无业务读写,预留未启用)
- 删 models/json 的 userapp/userdepartment 定义 + xlsx
- script/init.py rbac_tables 移除两表
- scripts/load_path.py 移除路径注册
- .gitignore 移除对应条目
2026-08-21 18:33:21 +08:00

36 lines
411 B
Plaintext

__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
venv/
ENV/
.env
.venv
wwwroot/wwwroot
# CRUD auto-generated directories
wwwroot/organization/
wwwroot/orgtypes/
wwwroot/permission/
wwwroot/provider/
wwwroot/reseller/
wwwroot/role/
wwwroot/rolepermission/
wwwroot/userrole/
wwwroot/users/
mysql.ddl.sql