python-cx_Oracle/.gitignore
Anthony Tuininga d242bc716d Rework build to use setuptools exclusively and enable use of pyproject.toml;
rework test suite to use tox and simplify test suite (also added a test number
to each test case for easier reference).
2020-11-02 15:21:52 -07:00

8 lines
64 B
Plaintext

*.pyc
.tox/
build/
dist/
doc/build
cx_Oracle.egg-info/
MANIFEST