summaryrefslogtreecommitdiff
path: root/.gitignore
blob: d5d342322911c175d5360d7db50a9ac7c2487f10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
*~
__pycache__
*egg-info*
*.pyc
.DS_Store
docs/_build/
.idea
build/
dist/
MANIFEST
.tox
*pytest_cache*

# WebDAV file system cache files
.DAV/

# tags files (from ctags)
tags

test/
.coverage*

# notebook stuff
*.ipynb_checkpoints*

# test csv which should be user generated
notebooks/pandas_test.csv