Server Admin

Viewing: .gitignore

*.egg-info
*.pyc
*.swp
.cache/
.coverage
.pytest_cache/
.tox/
MANIFEST
build/
dist/
docs/_build/

Back to File Manager