yaboli/.gitignore
Joscha a5af01f669 Start rewrite (yet again)
This will hopefully be the final rewrite.
2019-04-06 09:02:09 +00:00

12 lines
107 B
Text

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