Ashwin Sridharan | be88b17 | 2019-04-04 06:48:11 -0400 | [diff] [blame] | 1 | build/* |
Tommy Carpenter | 46ae0f4 | 2019-05-20 15:12:30 +0000 | [diff] [blame^] | 2 | .build/* |
Ashwin Sridharan | be88b17 | 2019-04-04 06:48:11 -0400 | [diff] [blame] | 3 | *.o |
| 4 | *- |
| 5 | *.ps |
| 6 | *.sp |
| 7 | *.eps |
| 8 | *.bak |
Tommy Carpenter | 46ae0f4 | 2019-05-20 15:12:30 +0000 | [diff] [blame^] | 9 | |
| 10 | # python bindings |
| 11 | *.rdb |
| 12 | .pytest_cache/ |
| 13 | .config |
| 14 | # Byte-compiled / optimized / DLL files |
| 15 | __pycache__/ |
| 16 | *.py[cod] |
| 17 | *$py.class |
| 18 | # C extensions |
| 19 | *.so |
| 20 | # Distribution / packaging |
| 21 | .Python |
| 22 | env/ |
| 23 | build/ |
| 24 | develop-eggs/ |
| 25 | dist/ |
| 26 | downloads/ |
| 27 | eggs/ |
| 28 | .eggs/ |
| 29 | lib/ |
| 30 | lib64/ |
| 31 | parts/ |
| 32 | sdist/ |
| 33 | var/ |
| 34 | wheels/ |
| 35 | *.egg-info/ |
| 36 | .installed.cfg |
| 37 | *.egg |
| 38 | # Unit test / coverage reports |
| 39 | htmlcov/ |
| 40 | .tox/ |
| 41 | .coverage |
| 42 | .coverage.* |
| 43 | .cache |
| 44 | nosetests.xml |
| 45 | coverage.xml |
| 46 | # pyenv |
| 47 | .python-version |
| 48 | # dotenv |
| 49 | .env |
| 50 | # virtualenv |
| 51 | .venv |
| 52 | venv/ |