标签: python git
我通过在if __name__== "__main__":子句之后执行各行来在本地测试我的python代码。我宁愿不在我的git repo中包括这些行,但是我不知道一种排除它们的方法。有什么建议吗?
if __name__== "__main__":