# pyenv and direnv alternative
.rtx.toml
*.swp
*.pyc
*.egg-info
__pycache__
.mypy_cache
.dmypy.json
.pytype
.hypothesis
.ipynb_checkpoints
.cache
.coverage
build/
dist/

# Don't commit lock files. Always using the latest dependencies can help
# surface bugs earlier.
uv.lock

**/.claude/settings.local.json
