Files
company_site/.dockerignore
T
westfarn faca7b1084
CI / test (pull_request) Successful in 7s
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-03 06:15:43 -05:00

12 lines
108 B
Plaintext

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