Files
company_site/.dockerignore
T
westfarn 115c5ae319
CI / test (pull_request) Successful in 11s
Unit Tests / test (pull_request) Failing after 6s
Dockerize Django app with dev/beta/prod env config and uv.
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.
2026-07-07 05:58:44 -05:00

12 lines
108 B
Plaintext

.git
.venv
**/__pycache__
*.py[cod]
db.sqlite3
.env
htmlcov/
.pytest_cache/
.mypy_cache/
*.log
staticfiles/