Files
sqlalchemy/.gitignore
T
Khairi Hafsham 772374735d Make all tests to be PEP8 compliant
tested using pycodestyle version 2.2.0

Fixes: #3885
Change-Id: I5df43adc3aefe318f9eeab72a078247a548ec566
Pull-request: https://github.com/zzzeek/sqlalchemy/pull/343
2017-02-07 11:21:56 -05:00

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]