Skip to content

Commit d45c9ac

Browse files
committed
Add directory structure and Python gitignore
1 parent bd88b66 commit d45c9ac

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

bindings/python/.gitignore

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
6+
# C extensions
7+
*.so
8+
9+
# Distribution / packaging
10+
.Python
11+
build/
12+
develop-eggs/
13+
dist/
14+
downloads/
15+
eggs/
16+
.eggs/
17+
lib/
18+
lib64/
19+
parts/
20+
sdist/
21+
var/
22+
wheels/
23+
pip-wheel-metadata/
24+
share/python-wheels/
25+
*.egg-info/
26+
.installed.cfg
27+
*.egg
28+
MANIFEST
29+
30+
# Cython
31+
*.c
32+
*.cpp
33+
34+
# PyCharm
35+
*.idea/
36+
37+
# Sphinx documentation
38+
docs/_build/

0 commit comments

Comments
 (0)