aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorF. Eugene Aumson <feuGeneA@users.noreply.github.com>2018-10-13 03:50:48 +0800
committerGitHub <noreply@github.com>2018-10-13 03:50:48 +0800
commit2afa38c927ab10f1d8eecbb7e81a7c70f4bda767 (patch)
tree3067bb0795601f732275cf085f365b0276677508 /.gitignore
parent11033c78f559de207f89e7588dc3ccf458cbbe30 (diff)
parent92fd0a9d24378d01d87dfa6fd0ec5a42edfe8308 (diff)
downloaddexon-sol-tools-2afa38c927ab10f1d8eecbb7e81a7c70f4bda767.tar
dexon-sol-tools-2afa38c927ab10f1d8eecbb7e81a7c70f4bda767.tar.gz
dexon-sol-tools-2afa38c927ab10f1d8eecbb7e81a7c70f4bda767.tar.bz2
dexon-sol-tools-2afa38c927ab10f1d8eecbb7e81a7c70f4bda767.tar.lz
dexon-sol-tools-2afa38c927ab10f1d8eecbb7e81a7c70f4bda767.tar.xz
dexon-sol-tools-2afa38c927ab10f1d8eecbb7e81a7c70f4bda767.tar.zst
dexon-sol-tools-2afa38c927ab10f1d8eecbb7e81a7c70f4bda767.zip
feat(python/order_utils): project stub
An empty project, with respect to functionality, but one configured with a test framework, linters, CI integration, etc. https://app.asana.com/0/836857747873847/839549782781239/f
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1ae1b412d..6143dedb0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -109,3 +109,12 @@ packages/sol-compiler/solc_bin/
# Monorepo scripts
packages/*/scripts/
+
+# python stuff
+.eggs
+.mypy_cache
+.tox
+python-packages/*/build
+__pycache__
+python-packages/*/src/*.egg-info
+python-packages/*/.coverage