summaryrefslogtreecommitdiffstats
path: root/.gitignore
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 /.gitignore
parentbd20b12b5030415c9567ae4266897e71fd8eba93 (diff)
downloadcatcad-1ba421b1dfbea6752ecb0c4656d195f8c13703c1.tar.gz
catcad-1ba421b1dfbea6752ecb0c4656d195f8c13703c1.tar.bz2
catcad-1ba421b1dfbea6752ecb0c4656d195f8c13703c1.zip
add venv notion to project
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 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
+