python-tuf/.gitignore
2017-12-08 16:23:22 -05: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