]> git.phdru.name Git - sqlconvert.git/blob - .gitignore
Build(.gitignore): Ignore `.pytest_cache`
[sqlconvert.git] / .gitignore
1 /.cache/
2 /.pytest_cache/
3 /.tox/
4 /sqlconvert.egg-info/
5 /build/
6 /data/
7 /dist/
8 /htmlcov/
9 /.coverage
10 /MANIFEST
11 *.py[co]
12 *.tmp
13 *~