python-uncompyle6/.gitignore

24 lines
233 B
Plaintext
Raw Normal View History

2016-06-02 20:58:42 +00:00
*.pyc
2018-03-07 12:24:07 +00:00
*.pyo
*_dis
*~
/.cache
/.eggs
2018-03-07 12:24:07 +00:00
/.hypothesis
/.idea
/.pytest_cache
/.python-version
2016-04-28 03:03:09 +00:00
/.tox
2018-03-07 12:24:07 +00:00
/.venv*
2016-04-28 03:03:09 +00:00
/README
/__pkginfo__.pyc
/dist
2015-12-25 05:26:34 +00:00
/how-to-make-a-release.txt
2016-06-03 14:09:39 +00:00
/nose-*.egg
2016-04-11 01:27:41 +00:00
/tmp
2015-12-11 22:54:30 +00:00
/uncompyle6.egg-info
/unpyc
2018-03-07 12:24:07 +00:00
ChangeLog
__pycache__
build