Jan Dittberner
7c675a6fdb
- update dependencies - use tox for testing - use type hints - use pathlib and ipaddress from standard library instead of path and ipcalc - fix Sphinx deprecation warnings
15 lines
140 B
Text
15 lines
140 B
Text
*.egg-info/
|
|
*.pyc
|
|
*.pyo
|
|
.*.swp
|
|
.coverage
|
|
.idea/
|
|
.ropeproject/
|
|
/.*_cache/
|
|
/.python-version
|
|
/.tox/
|
|
__pycache__/
|
|
_build/
|
|
build/
|
|
dist/
|
|
htmlcov/
|