Files
Dain Nilsson 1edb0d9d4e Move stuff around.
- Rename fido2/pyu2f -> fido2/_pyu2f
- Partial docstrings, with type information.
- Rewrote server example.
2018-07-03 14:57:00 +02:00

17 lines
151 B
Plaintext

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