CI / test (pull_request) Successful in 7s
Replace hardcoded settings with environment-driven config, add Docker compose for local and production deploys, migrate from pip to uv, and split Gitea workflows so PRs run tests only while master pushes deploy.
12 lines
108 B
Plaintext
12 lines
108 B
Plaintext
.git
|
|
.venv
|
|
**/__pycache__
|
|
*.py[cod]
|
|
db.sqlite3
|
|
.env
|
|
htmlcov/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
*.log
|
|
staticfiles/
|