summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-09-21 10:54:48 -0400
committerWilliam Deegan <bill@baddogconsulting.com>2017-09-24 12:20:05 -0700
commitf15f8d5ccfd1e2da6eeff990adb8bc5db6b6bd8d (patch)
tree56b1474b492eb0e1a154229fb0cfb8c8063ad8c3 /.gitignore
parent6c3ed1fba9540c3cc59a2995102c671893d792a4 (diff)
downloadscons-git-f15f8d5ccfd1e2da6eeff990adb8bc5db6b6bd8d.tar.gz
Add gitignore file
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore34
1 files changed, 34 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000..50e717aa7
--- /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/
+