1
0
mirror of https://github.com/github/gitignore synced 2024-06-01 10:18:16 +02:00

[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

View File

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