Move secrets and DB config to env-driven settings so prod can run on shared Postgres behind deploy.sh, matching company_site.
12 lines
109 B
Plaintext
12 lines
109 B
Plaintext
.git
|
|
.venv
|
|
**/__pycache__/
|
|
*.py[cod]
|
|
db.sqlite3
|
|
.env
|
|
htmlcov/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
*.log
|
|
staticfiles/
|