Add Forgejo PyPI support and update .gitignore for sensitive files
This commit is contained in:
parent
b8a7fb903e
commit
4fd9f13f36
7 changed files with 636 additions and 55 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -104,6 +104,11 @@ ENV/
|
|||
env.bak/
|
||||
venv.bak/
|
||||
|
||||
# Environment and credentials
|
||||
.env
|
||||
.env.local
|
||||
.pypirc
|
||||
|
||||
# Spyder project settings
|
||||
.spyderproject
|
||||
.spyproject
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue