mirror of
https://github.com/suitenumerique/docs.git
synced 2026-09-23 01:55:07 +02:00
The new infra we have must be configured in the helm chart. This commit all the missing templates to deploy yhub, it also automate the creation of the private keys needed by all services.
41 lines
370 B
Plaintext
41 lines
370 B
Plaintext
# Python
|
|
__pycache__
|
|
*.pyc
|
|
**/__pycache__
|
|
**/*.pyc
|
|
venv
|
|
.venv
|
|
**/.venv
|
|
**/venv
|
|
|
|
# System-specific files
|
|
.DS_Store
|
|
**/.DS_Store
|
|
|
|
# Docker
|
|
docker compose.*
|
|
env.d
|
|
|
|
# Docs
|
|
docs
|
|
*.md
|
|
*.log
|
|
|
|
# Development/test cache & configurations
|
|
data
|
|
.cache
|
|
.circleci
|
|
.git
|
|
.vscode
|
|
.iml
|
|
.idea
|
|
db.sqlite3
|
|
.mypy_cache
|
|
.pylint.d
|
|
.pytest_cache
|
|
|
|
# Frontend
|
|
node_modules
|
|
**/node_modules
|
|
**/.next
|