# IDE
.vscode

# Python
.pytest_cache
.ruff_cache
.venv
**/__pycache__

# DB
*.db
*.sqlite

# Built frontend (bundled into the package at build time, see [tool.hatch.build] in pyproject.toml)
openadmin/__client__