mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
17 lines
174 B
Text
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
|