wylark
/
munter.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
First stab at setuptools
[munter.git]
/
.gitignore
diff --git a/.gitignore
b/.gitignore
new file mode 100644
(file)
index 0000000..
f98771d
--- /dev/null
+++ b/
.gitignore
@@ -0,0
+1,16
@@
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+*$py.class
+
+# Distribution / packaging
+build/
+dist/
+wheels/
+*.egg-info/
+*.egg
+MANIFEST
+
+# Environments
+env/
+venv/