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

*.pyc

# Python
__pycache__/
*.py[cod]

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

# Setuptools
/build
/dist
*.eggs