tumbo/.gitignore

12 lines
84 B
Plaintext
Raw Normal View History

2019-12-22 23:41:50 +01:00
# Python
2019-12-22 20:00:26 +01:00
venv
__pycache__
2019-12-22 23:41:50 +01:00
# Pypi
build
dist
2020-01-01 20:30:18 +01:00
tumbo.egg-info
2019-12-22 23:41:50 +01:00
# Editors
.vscode
.idea