LightGPT / .gitignore
Andrew DalPino
Blanket optimizations
e431f0f
raw
history blame contribute delete
136 Bytes
__pycache__/
.mypy_cache/
env/
build/
develop-eggs/
dist/
lib/
lib64/
wheels/
*.egg-info/
.installed.cfg
*.egg
*.sarif
.venv
venv/
ENV/