| 123456789101112131415161718192021222324252627 | 
							- **/__pycache__
 
- **/.venv
 
- **/.classpath
 
- **/.dockerignore
 
- **/.env
 
- **/.git
 
- **/.gitignore
 
- **/.project
 
- **/.settings
 
- **/.toolstarget
 
- **/.vs
 
- **/.vscode
 
- **/*.*proj.user
 
- **/*.dbmdl
 
- **/*.jfm
 
- **/bin
 
- **/charts
 
- **/docker-compose*
 
- **/compose*
 
- **/Dockerfile*
 
- **/node_modules
 
- **/npm-debug.log
 
- **/obj
 
- **/secrets.dev.yaml
 
- **/values.dev.yaml
 
- LICENSE
 
- README.md
 
 
  |