This repository has been archived on 2023-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
PassManager/.dockerignore

29 lines
345 B
Plaintext
Raw Normal View History

2022-10-14 15:54:29 +00:00
**/__pycache__
**/venv
2022-10-14 15:54:29 +00:00
**/.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
README.md
2022-11-02 18:29:54 +00:00
data/
2022-11-30 17:26:32 +00:00
.flake8