# Vim swap files
*.swp
*.swo
*.swn

# Python cache
__pycache__/
*.pyc
.coverage
.pytest_cache/
dist/
htmlcov/

# Generated files
lp_rpc.proto

# environment file
env
.DS_Store
