httpaste/.gitignore
2022-04-08 21:29:25 +02:00

14 lines
155 B
Text

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