mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Ignore virtualenv and pyenv files
This commit is contained in:
parent
e5776b73c1
commit
02e6d4edd5
1 changed files with 3 additions and 1 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,6 +1,7 @@
|
|||
# root level directories
|
||||
dist/*
|
||||
build/*
|
||||
env/*
|
||||
|
||||
# global file patterns
|
||||
*.log
|
||||
|
|
@ -12,4 +13,5 @@ build/*
|
|||
.coverage
|
||||
.tox/*
|
||||
tests/htmlcov/*
|
||||
.DS_Store
|
||||
.DS_Store
|
||||
.python-version
|
||||
|
|
|
|||
Loading…
Reference in a new issue