提交 f18e690e 编写于 作者: P Pedro M. Sosa 提交者: GitHub

[Python Gitignore] Ignore Sage's parsed files

Ignore Sage's parsed files (*.sage.py) that are left after running a .Sage program.
上级 3af1c290
...@@ -76,6 +76,9 @@ target/ ...@@ -76,6 +76,9 @@ target/
# celery beat schedule file # celery beat schedule file
celerybeat-schedule celerybeat-schedule
#Sage parsed files
*.sage.py
# dotenv # dotenv
.env .env
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册