ac9e33e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Build Artifacts build/ # Core Dumps core # Byte-Compiled Modules __pycache__/ # Extension Modules *.so # Packaging Artifacts *.egg-info *.whl # IDEs and Tools .idea/ .gdb_history .vscode/ # Other .DS_Store