simple-gcode-generators/.gitignore
2018-06-12 05:20:00 -05:00

33 lines
367 B
Text

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# .eps files are generated by the airfoil-generator
airfoil/*.eps
# .swp vim cache files
ruler/*.swp
ruler/*.swo