Skip to content

Commit 80c5f1c

Browse files
authored
Merge pull request #2291 from pmsosa/patch-1
[Python Gitignore] Ignore Sage's parsed files
2 parents 3af1c29 + 018c091 commit 80c5f1c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Python.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ target/
7676
# celery beat schedule file
7777
celerybeat-schedule
7878

79+
# SageMath parsed files
80+
*.sage.py
81+
7982
# dotenv
8083
.env
8184

0 commit comments

Comments
 (0)