diff options
-rw-r--r-- | .gitignore | 5 | ||||
-rwxr-xr-x[-rw-r--r--] | test.py | 0 |
2 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ +# ignore python generated files *.pyc __pycached__ +# ignore generated scad files /*.scad +# ignore local venv +/venv + |