__pycache__/
*.pyc
*.pyo
.venv/
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
node_modules/
.next/
!uv.lock
!pnpm-lock.yaml
.amfs/
test.py

# pytest temp dirs (created when basetemp lands in the repo)
pytest-of-*/
