mirror of
https://github.com/mbusb/multibootusb
synced 2024-11-01 15:40:16 +00:00
40 lines
388 B
Plaintext
40 lines
388 B
Plaintext
# Python bytecode
|
|
*.pyc
|
|
|
|
# distutils/distribute metadata and outputs
|
|
pyudev.egg-info/*
|
|
build/*
|
|
dist/*
|
|
|
|
# Sphinx outputs
|
|
doc/_build/*
|
|
|
|
# Test environments and results
|
|
.tox/*
|
|
*-tests.xml
|
|
|
|
# Rope configuration
|
|
.ropeproject/*
|
|
|
|
# Vagrant files
|
|
.vagrant
|
|
|
|
# coverage files
|
|
htmlcov
|
|
.coverage
|
|
|
|
# pyreverse files
|
|
_pyreverse
|
|
|
|
# hypothesis files
|
|
.hypothesis
|
|
|
|
# vim
|
|
*.swp
|
|
|
|
# zip
|
|
*.gz
|
|
|
|
# pytest
|
|
.cache
|