[Python Gitignore] Ignore Sage's parsed files

Ignore Sage's parsed files (*.sage.py) that are left after running a .Sage program.
This commit is contained in:
Pedro M. Sosa 2017-02-19 21:43:08 -08:00 committed by GitHub
parent 3af1c2901f
commit f18e690ec1
1 changed files with 3 additions and 0 deletions

View File

@ -76,6 +76,9 @@ target/
# celery beat schedule file
celerybeat-schedule
#Sage parsed files
*.sage.py
# dotenv
.env