__pycache__/ *.py[cod] *$py.class *.egg-info/ dist/ build/ .eggs/ venv/ .venv/ .env *.log .pytest_cache/ .mypy_cache/ .coverage htmlcov/ *.db # CLI build artifacts cli/*.egg-info/ cli/**/__pycache__/