python-fido2/.gitignore

18 lines
163 B
Plaintext

*.pyc
*.egg
*.egg-info
build/
dist/
.eggs/
.idea/
.ropeproject/
ChangeLog
man/*.1
poetry.lock
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*