Commit f18e690e authored by Pedro M. Sosa's avatar Pedro M. Sosa Committed by GitHub

[Python Gitignore] Ignore Sage's parsed files

Ignore Sage's parsed files (*.sage.py) that are left after running a .Sage program.
parent 3af1c290
......@@ -76,6 +76,9 @@ target/
# celery beat schedule file
celerybeat-schedule
#Sage parsed files
*.sage.py
# dotenv
.env
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment