python-tuf/.gitignore
Lukas Puehringer f9bf52f8cd Add contributor instructions for auto-formatters
Add cli snippet to run black and isort on the command line and
pointers to editor and pre-commit configuration to
docs/CONTRIBUTORS.rst.

Also add .pre-commit-config.yaml to .gitignore for independent
pre-commit configuration.

Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
2021-03-17 14:13:43 +01:00

29 lines
351 B
Text

# root level directories
dist/*
build/*
env/*
# global file patterns
*.log
*.pyc
*.session
*.swo
*.swp
*.egg-info
.coverage
.tox/*
tests/htmlcov/*
.DS_Store
.pybuild/*
.python-version
*~
*.tmp
.pre-commit-config.yaml
# Debian generated files
debian/.debhelper/*
debian/*-stamp
debian/files
debian/*.debhelper
debian/*.substvars
debian/python*-tuf/*