add info gathering scripts

This commit is contained in:
trevorhobenshield
2023-06-06 13:52:31 -07:00
parent 1c7a3cc235
commit e4170367be
2 changed files with 1 additions and 0 deletions

1
scripts/clean.py Normal file
View File

@@ -0,0 +1 @@
import shutil;import pathlib;[shutil.rmtree(p) for p in pathlib.Path().iterdir() if p.name in {'env', 'dist', 'twitter_api_client.egg-info'}]