mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-05-27 02:52:53 -04:00
772374735d
tested using pycodestyle version 2.2.0 Fixes: #3885 Change-Id: I5df43adc3aefe318f9eeab72a078247a548ec566 Pull-request: https://github.com/zzzeek/sqlalchemy/pull/343
24 lines
215 B
Plaintext
24 lines
215 B
Plaintext
*.pyc
|
|
*.pyo
|
|
*.egg
|
|
/build/
|
|
/dist/
|
|
/doc/build/output/
|
|
/dogpile_data/
|
|
*.orig
|
|
*,cover
|
|
/.tox
|
|
.venv
|
|
*.egg-info
|
|
.coverage
|
|
coverage.xml
|
|
.*,cover
|
|
*.class
|
|
*.so
|
|
*.patch
|
|
sqlnet.log
|
|
/mapping_setup.py
|
|
/test.py
|
|
/.cache/
|
|
*.sw[o,p]
|