projects
/
platform
/
upstream
/
scons.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c3ed1f
)
Add gitignore file
author
William Deegan
<bill@baddogconsulting.com>
Thu, 21 Sep 2017 14:54:48 +0000
(10:54 -0400)
committer
William Deegan
<bill@baddogconsulting.com>
Sun, 24 Sep 2017 19:20:05 +0000
(12:20 -0700)
.gitignore
[new file with mode: 0644]
patch
|
blob
diff --git a/.gitignore
b/.gitignore
new file mode 100644
(file)
index 0000000..
50e717a
--- /dev/null
+++ b/
.gitignore
@@ -0,0
+1,34
@@
+# Byte-compiled / optimized / DLL files
+__pycache__/
+*.py[cod]
+*$py.class
+
+# C extensions
+*.so
+
+# Distribution / packaging
+.Python
+build/**
+bootstrap/**
+.idea/
+
+
+# Translations
+*.mo
+*.pot
+
+
+# Environments
+.env
+.venv
+env/
+venv/
+ENV/
+env.bak/
+venv.bak/
+
+
+
+# mypy
+.mypy_cache/
+