tg/.gitignore

14 lines
122 B
Text
Raw Normal View History

.mypy_cache/
venv/
2019-02-20 18:18:43 +00:00
__pycache__
.env
dist
*.log*
2020-05-31 07:32:03 +00:00
Makefile
2020-06-27 21:10:20 +00:00
.idea/
*monkeytype.sqlite3
.vscode/
build/
MANIFEST
tg.egg-info/