python-uncompyle6/.gitignore

29 lines
288 B
Plaintext
Raw Permalink Normal View History

2016-06-02 20:58:42 +00:00
*.pyc
2018-03-07 12:24:07 +00:00
*.pyo
*_dis
*~
2024-02-03 19:47:08 +00:00
.mypy_cache
/.cache
/.eggs
2018-03-07 12:24:07 +00:00
/.hypothesis
/.idea
2019-10-12 23:53:17 +00:00
/.mypy_cache
2018-03-07 12:24:07 +00:00
/.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
2024-03-14 09:39:30 +00:00
/pycharm-venv
2016-04-11 01:27:41 +00:00
/tmp
2015-12-11 22:54:30 +00:00
/uncompyle6.egg-info
/unpyc
2024-02-03 19:47:08 +00:00
/venv
2018-03-07 12:24:07 +00:00
ChangeLog
__pycache__
build
2018-04-07 02:11:30 +00:00
nohup.out