1
mirror of https://github.com/Yubico/python-fido2 synced 2024-09-19 21:21:42 +02:00
python-fido2/.gitignore
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.*