Anthony Sottile | 27291ff | 2014-03-13 08:41:35 -0700 | [diff] [blame] | 1 | *.egg-info |
Anthony Sottile | efd973e | 2014-03-13 09:12:13 -0700 | [diff] [blame] | 2 | *.iml |
Anthony Sottile | b80ca9e | 2014-04-13 22:09:14 -0700 | [diff] [blame] | 3 | *.py[co] |
| 4 | .*.sw[a-z] |
Anthony Sottile | 326c18e | 2018-02-01 11:15:36 -0800 | [diff] [blame] | 5 | .pytest_cache |
Anthony Sottile | b80ca9e | 2014-04-13 22:09:14 -0700 | [diff] [blame] | 6 | .coverage |
| 7 | .idea |
Anthony Sottile | b80ca9e | 2014-04-13 22:09:14 -0700 | [diff] [blame] | 8 | .project |
| 9 | .pydevproject |
| 10 | .tox |
| 11 | .venv.touch |
| 12 | /venv* |
| 13 | coverage-html |
| 14 | dist |
Michał Sochoń | 54c0f8c | 2018-03-26 12:00:48 +0200 | [diff] [blame] | 15 | # SublimeText project/workspace files |
| 16 | *.sublime-* |