yaboli/.gitignore
2019-04-12 19:20:13 +00:00

12 lines
105 B
Text

# python stuff
__pycache__/
# venv stuff
bin/
include/
lib/
lib64
pyvenv.cfg
# mypy stuff
.mypy_cache/