Zack Williams | a95e2c8 | 2019-04-17 15:43:54 -0700 | [diff] [blame] | 1 | # testing related |
Chip Boling | 67b674a | 2019-02-08 11:42:18 -0600 | [diff] [blame] | 2 | .coverage |
Zack Williams | a95e2c8 | 2019-04-17 15:43:54 -0700 | [diff] [blame] | 3 | .tox/ |
| 4 | coverage.xml |
| 5 | nose-results.xml |
| 6 | test/unit/tmp |
Chip Boling | 67b674a | 2019-02-08 11:42:18 -0600 | [diff] [blame] | 7 | |
Zack Williams | a95e2c8 | 2019-04-17 15:43:54 -0700 | [diff] [blame] | 8 | # python distribution related |
| 9 | dist |
| 10 | *.egg-info |
Matt Jeanneret | c607ac9 | 2019-04-27 17:41:33 -0400 | [diff] [blame] | 11 | |
| 12 | # ide workspace |
| 13 | .idea |
William Kurkian | 16b767a | 2019-05-07 17:02:19 -0400 | [diff] [blame] | 14 | |
| 15 | *.pyc |