mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
33 lines
396 B
Text
33 lines
396 B
Text
# root level directories
|
|
dist/*
|
|
build/*
|
|
env/*
|
|
|
|
# docs build directory
|
|
docs/build/*
|
|
|
|
# global file patterns
|
|
*.log
|
|
*.pyc
|
|
*.session
|
|
*.swo
|
|
*.swp
|
|
*.egg-info
|
|
.coverage
|
|
.tox/*
|
|
tests/htmlcov/*
|
|
.DS_Store
|
|
.pybuild/*
|
|
.python-version
|
|
*~
|
|
*.tmp
|
|
.pre-commit-config.yaml
|
|
.vscode
|
|
|
|
# Debian generated files
|
|
debian/.debhelper/*
|
|
debian/*-stamp
|
|
debian/files
|
|
debian/*.debhelper
|
|
debian/*.substvars
|
|
debian/python*-tuf/*
|