a | b/.gitignore | ||
---|---|---|---|
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 | dist/ |
||
13 | eggs/ |
||
14 | .eggs/ |
||
15 | *.egg-info/ |
||
16 | *.egg |
||
17 | |||
18 | # Sphinx documentation |
||
19 | docs/_build/ |
||
20 | |||
21 | # Cython debug symbols |
||
22 | cython_debug/ |
||
23 | |||
24 | # IDE settings |
||
25 | .vscode/ |