mirror of
https://github.com/github/gitignore
synced 2025-07-03 11:58:23 +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:
parent
3af1c2901f
commit
f18e690ec1
1 changed files with 3 additions and 0 deletions
|
@ -76,6 +76,9 @@ target/
|
|||
# celery beat schedule file
|
||||
celerybeat-schedule
|
||||
|
||||
#Sage parsed files
|
||||
*.sage.py
|
||||
|
||||
# dotenv
|
||||
.env
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue