fix(container): keep runtime files out of CI image
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
.git
|
||||
.github
|
||||
.gitea
|
||||
__pycache__/
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.venv/
|
||||
venv/
|
||||
build/
|
||||
dist/
|
||||
package/
|
||||
.env
|
||||
.env.*
|
||||
db_inp/
|
||||
inp/
|
||||
temp/
|
||||
data/
|
||||
logs/
|
||||
coverage/
|
||||
*.pyc
|
||||
*.dump
|
||||
Reference in New Issue
Block a user