summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 802531a6b53a5ab0a727035476506ce5cbc71680 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/bin
/build3/gmake
/build3/vs2010
/build_cmake/

*.pyc

# Python
__pycache__/
*.py[cod]

# Pip
pip-selfcheck.json
*.whl
*.egg
*.egg-info

# Setuptools
/build
/dist
*.eggs