summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVG <vg@devys.org>2016-12-04 16:04:48 +0100
committerVG <vg@devys.org>2016-12-04 16:04:48 +0100
commit1ba421b1dfbea6752ecb0c4656d195f8c13703c1 (patch)
tree037548adcd23d69151ccd210c11454a067591ed0
parentbd20b12b5030415c9567ae4266897e71fd8eba93 (diff)
downloadcatcad-1ba421b1dfbea6752ecb0c4656d195f8c13703c1.tar.gz
catcad-1ba421b1dfbea6752ecb0c4656d195f8c13703c1.tar.bz2
catcad-1ba421b1dfbea6752ecb0c4656d195f8c13703c1.zip
add venv notion to project
-rw-r--r--.gitignore5
-rwxr-xr-x[-rw-r--r--]test.py0
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 205968a..e43c85a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,10 @@
+# ignore python generated files
*.pyc
__pycached__
+# ignore generated scad files
/*.scad
+# ignore local venv
+/venv
+
diff --git a/test.py b/test.py
index 5a0de45..5a0de45 100644..100755
--- a/test.py
+++ b/test.py