pferd/.gitignore

14 lines
117 B
Plaintext
Raw Normal View History

2019-04-25 11:48:58 +00:00
# python stuff
__pycache__/
# venv stuff
2018-11-19 10:37:56 +00:00
bin/
include/
lib/
lib64
pyvenv.cfg
2019-04-25 11:48:58 +00:00
.tmp/
pip-selfcheck.json
2019-07-04 12:16:26 +00:00
.mypy_cache/