]> git.phdru.name Git - sqlconvert.git/blob - .gitignore
Build(GHActions): Use `checkout@v4` instead of outdated `v2`
[sqlconvert.git] / .gitignore
1 /.cache/
2 /.pytest_cache/
3 /.tox/
4 /sqlconvert.egg-info/
5 /build/
6 /data/
7 /dist/
8 /MANIFEST
9 *.py[co]
10 *.tmp
11 *~