git changes

This commit is contained in:
Abubakar Abid 2021-08-09 10:48:23 -07:00
parent 690dcbe255
commit 7cfa536a98
2 changed files with 4 additions and 2 deletions

2
.github/stale vendored
View File

@ -1,5 +1,5 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 14
daysUntilStale: 30
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 7
# Issues with these labels will never be considered stale

4
.gitignore vendored
View File

@ -1,4 +1,7 @@
venv
dist/
.eggs/
*.egg-info/
*.pyc
staticfiles
.env
@ -17,7 +20,6 @@ __pycache__/
*.py[cod]
*$py.class
demo/models/*
dist/*
*.h5
docs.json
*.bak