Files
DEMOCICD/.dockerignore

20 lines
152 B
Plaintext
Raw Permalink Normal View History

.git
.gitignore
__pycache__
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
*.egg-info/
dist/
build/
.vscode/
.idea/
*.log
.env
instance/
.pytest_cache/
.coverage