Files
sqlalchemy/.gitignore
Mike Bayer df899e94cf use nox
The top-level test runner has been changed to use ``nox``, adding a
``noxfile.py`` as well as some included modules.   The ``tox.ini`` file
remains in place so that ``tox`` runs will continue to function in the near
term, however it will be eventually removed and improvements and
maintenance going forward will be only towards ``noxfile.py``.

Change-Id: I66639991e1dc3db582e2ff13f9348a7d6241916e
2025-10-15 14:13:55 -04:00

51 lines
555 B
Plaintext

*.pyc
*.pyd
*.pyo
*.egg
/build/
/dist/
/doc/build/output/
/doc/build/_build/
/dogpile_data/
*.orig
*,cover
/.tox
/.nox
/venv/
.venv
*.egg-info
.coverage
coverage.xml
.*,cover
*.class
*.so
*.patch
sqlnet.log
/shard?_*.db
/test.cfg
/.cache/
/.mypy_cache
*.sw[o,p]
*.rej
test/test_schema.db
*test_schema.db
.idea
/Pipfile*
/.pytest_cache/
/pip-wheel-metadata/
/.vscode/
/.ipynb_checkpoints/
*.ipynb
/querytest.db
/.pytest_cache
/db_idents.txt
.DS_Store
.vs
/scratch
# cython complied files
/lib/**/*.c
/lib/**/*.cpp
# cython annotated output
/lib/**/*.html