ARver/.dockerignore
2024-02-04 00:46:39 +01:00

16 lines
118 B
Text

.coverage
.git
.mypy_cache
.vscode
**/__pycache__
**/*.pyc
**/*.so
**/*.o
*.egg-info
build
dist
htmlcov
wheelhouse