aboutsummaryrefslogtreecommitdiff
path: root/clang/bindings/python/.gitignore
blob: 1641a745fb6829f94e53a7c3edfacb2f2a2f38e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# setuptools_scm auto-generated version file
_version.py

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/