python-fido2/.gitignore

18 lines
163 B
Plaintext
Raw Normal View History

2018-03-02 13:15:13 +01:00
*.pyc
*.egg
*.egg-info
build/
dist/
.eggs/
.idea/
2018-03-02 13:15:13 +01:00
.ropeproject/
ChangeLog
man/*.1
2023-04-05 11:01:39 +02:00
poetry.lock
2018-03-02 13:15:13 +01:00
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*