helmview/backend/.dockerignore
2026-01-19 00:31:27 +02:00

19 lines
156 B
Plaintext

__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
*.egg-info/
.eggs/
dist/
build/
.pytest_cache/
.coverage
htmlcov/
.git/
.gitignore
README.md
.env