__pycache__/
*.pyc
.venv/
.pytest_cache/
*.egg-info/
dist/
build/
.ruff_cache/
.mypy_cache/
*.log

# local scratch project used to test mangoframe end-to-end — not part of the package itself
/ecom_api/
