sphinxext-ip/.gitignore
Jan Dittberner 7c675a6fdb Modernize extension
- 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
2023-01-28 17:43:04 +01:00

16 lines
140 B
Plaintext

*.egg-info/
*.pyc
*.pyo
.*.swp
.coverage
.idea/
.ropeproject/
/.*_cache/
/.python-version
/.tox/
__pycache__/
_build/
build/
dist/
htmlcov/