X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.gitignore;h=1c1f8db7861fe3f6a1a1428c7a0acfd82a03712a;hb=51de618d107a67b76278d5c3a003abbf22d974bf;hp=c64f111212cf756c38bb6dac7252eca3ae8d2a61;hpb=9e23c987ad2fe0da50a3321650168ea91ecac0ac;p=sqlconvert.git diff --git a/.gitignore b/.gitignore index c64f111..1c1f8db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,13 @@ /.cache/ +/.pytest_cache/ /.tox/ +/sqlconvert.egg-info/ +/build/ +/data/ +/dist/ +/htmlcov/ +/.coverage +/MANIFEST *.py[co] +*.tmp +*~