summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorZebedee Nicholls <zebedee.nicholls@climate-energy-college.org>2018-09-06 15:15:26 +0200
committerZebedee Nicholls <zebedee.nicholls@climate-energy-college.org>2018-09-06 15:15:26 +0200
commite43e50fc878e4abe9483d952f3154400caa7c29d (patch)
treea7576dbe7f6bcc7c50be63e0bf7789802ff49e9a /.gitignore
parent62f0c00d28dc279f5545590eef576b30a18474f9 (diff)
downloadpint-e43e50fc878e4abe9483d952f3154400caa7c29d.tar.gz
Add pandas interface tests
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 60b8b80..d5d3423 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@ build/
dist/
MANIFEST
.tox
+*pytest_cache*
# WebDAV file system cache files
.DAV/
@@ -18,3 +19,9 @@ tags
test/
.coverage*
+
+# notebook stuff
+*.ipynb_checkpoints*
+
+# test csv which should be user generated
+notebooks/pandas_test.csv