-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
32 lines (29 loc) · 994 Bytes
/
Copy path.gitignore
File metadata and controls
32 lines (29 loc) · 994 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/.vs
/.venv
BUILDING.md
/.vscode
/build
.pypirc
/build_mingw64
/build_msvc
/dist
/out
# ── Python ───────────────────────────────────────────────────────────────────
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.coverage
coverage.xml
htmlcov/
# The compiled extension is built in place, next to the pure-Python package
# (see LIBRARY_OUTPUT_DIRECTORY for docx_py_ext in CMakeLists.txt). The .py
# sources in that directory ARE tracked; only the build output is not.
/src/docx_comment_parser/*.pyd
/src/docx_comment_parser/*.so
/src/docx_comment_parser/*.dll
/src/docx_comment_parser/*.dylib