diff options
Diffstat (limited to 'Python.gitignore')
-rw-r--r-- | Python.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Python.gitignore b/Python.gitignore index cf3102d6..6f400bfb 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -76,6 +76,9 @@ target/ # celery beat schedule file celerybeat-schedule +#Sage parsed files +*.sage.py + # dotenv .env |