mirror of
https://github.com/github/gitignore.git
synced 2026-04-22 03:00:24 -04: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:
@@ -76,6 +76,9 @@ target/
|
||||
# celery beat schedule file
|
||||
celerybeat-schedule
|
||||
|
||||
#Sage parsed files
|
||||
*.sage.py
|
||||
|
||||
# dotenv
|
||||
.env
|
||||
|
||||
|
||||
Reference in New Issue
Block a user