.gitignore 597 Bytes
 
# File automatically generated by some file managers
.directory

# Blender creates backup copies of files, which needn't be distributed
*.blend1

# Backup files
~*
# Solidworks log files
*.log.*

# Temporary files used for solidworks conversion from creo
*.stp

# Python caching
robots/little_john/telemetry/code/monitor/__pycache__/
*.pyc

# New version of Pyglet, because Debian Stretch doesn't have a version new enough to work with Python3 
robots/little_john/telemetry/code/monitor/pyglet/
robots/little_john/telemetry/code/monitor/*/pyglet

# Project management files for kdevelop
*.kdev4