httpaste/.gitignore
Tiara Rodney a4116832e7 fix(build-toolchain): migrate versioning to setuptools_scm
versioning of package now handled through setuptools_scm. Git tag therefore
takes precedence and manually setting a version in setup.cfg is redundant.

In addition, setuptools_scm handles proper inclusion of sdist non-python files
and simplifies bdist packaging.
2022-04-08 21:00:51 +02:00

14 lines
No EOL
154 B
Text

/.pytest_cache/
/.tox/
/build/
/dist/
/docs/_stubs/
/docs/_tree/
/test-reports/
/src/*.egg-info/
**/__pycache__/
.DS_Store
.coverage
/*.md
/.eggs/
/devel/