mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
15 lines
No EOL
151 B
Text
15 lines
No EOL
151 B
Text
# root level directories
|
|
dist/*
|
|
build/*
|
|
|
|
# global file patterns
|
|
*.log
|
|
*.pyc
|
|
*.session
|
|
*.swo
|
|
*.swp
|
|
*.egg-info
|
|
.coverage
|
|
.tox/*
|
|
tests/htmlcov/*
|
|
.DS_Store |