venv/
.env

*.pyc
*.pyo
__pycache__/

instance/

.pytest_cache/
.coverage
htmlcov/

dist/
build/
*.egg-info/
.idea/

static/
alradmin.log

*.DS_Store
.vscode
