ci(docker): containerize application and add forgejo release workflow
This commit is contained in:
parent
80ba98478b
commit
a3fd5f212e
5 changed files with 141 additions and 0 deletions
7
.gitignore
vendored
Normal file
7
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
.idea/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.pytest_cache/
|
||||
.agents/
|
||||
Reference in a new issue