# Files and directories created by conventional Python tools.
__pycache__
.venv*
venv*
.mypy_cache/
.ruff_cache/
.pytest_cache/
dist/

# IntelliJ IDEA
.idea/

.env

usages.db

.tool-versions
