blob: 4795d165babdca487e7d0f55e518a02d9b6c32dd [file] [log] [blame]
Tommy Carpenterce909212019-07-31 12:44:00 -04001.DS_Store
Ashwin Sridharanbe88b172019-04-04 06:48:11 -04002build/*
Tommy Carpenter46ae0f42019-05-20 15:12:30 +00003.build/*
Ashwin Sridharanbe88b172019-04-04 06:48:11 -04004*.o
5*-
6*.ps
7*.sp
8*.eps
9*.bak
Tommy Carpenter46ae0f42019-05-20 15:12:30 +000010
11# python bindings
12*.rdb
13.pytest_cache/
14.config
15# Byte-compiled / optimized / DLL files
16__pycache__/
17*.py[cod]
18*$py.class
19# C extensions
20*.so
21# Distribution / packaging
22.Python
23env/
24build/
25develop-eggs/
26dist/
27downloads/
28eggs/
29.eggs/
30lib/
31lib64/
32parts/
33sdist/
34var/
35wheels/
36*.egg-info/
37.installed.cfg
38*.egg
39# Unit test / coverage reports
40htmlcov/
41.tox/
42.coverage
43.coverage.*
44.cache
45nosetests.xml
46coverage.xml
47# pyenv
48.python-version
49# dotenv
50.env
51# virtualenv
52.venv
53venv/