python-tuf/.gitignore
2014-08-20 12:24:54 -04:00

14 lines
142 B
Text

# root level directories
dist/*
build/*
# global file patterns
*.log
*.pyc
*.session
*.swo
*.swp
*.egg-info
.coverage
.tox/*
tests/htmlcov/*