python-tuf/.gitignore
2017-10-11 11:34:07 -04:00

17 lines
174 B
Text

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