diff options
author | VG <vg@devys.org> | 2016-12-04 16:04:48 +0100 |
---|---|---|
committer | VG <vg@devys.org> | 2016-12-04 16:04:48 +0100 |
commit | 1ba421b1dfbea6752ecb0c4656d195f8c13703c1 (patch) | |
tree | 037548adcd23d69151ccd210c11454a067591ed0 | |
parent | bd20b12b5030415c9567ae4266897e71fd8eba93 (diff) | |
download | catcad-1ba421b1dfbea6752ecb0c4656d195f8c13703c1.tar.gz catcad-1ba421b1dfbea6752ecb0c4656d195f8c13703c1.tar.bz2 catcad-1ba421b1dfbea6752ecb0c4656d195f8c13703c1.zip |
add venv notion to project
-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 + |