20 lines
185 B
Plaintext
20 lines
185 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.venv/
|
|
venv/
|
|
.env
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.pytest_cache/
|
|
dist/
|
|
build/
|
|
*.log
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
helm/wrapped/charts/
|
|
*.tgz
|
|
.coverage
|
|
htmlcov/
|