Ultrapixel-Multistage / .gitignore
Genkanwall
Fresh start with UltraPixel implementation
e0a2bd0
raw
history blame contribute delete
116 Bytes
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
*.egg
# Virtual environments
venv/
env/
ENV