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