File tree Expand file tree Collapse file tree 1 file changed +35
-13
lines changed Expand file tree Collapse file tree 1 file changed +35
-13
lines changed Original file line number Diff line number Diff line change 1+ # Cached Python bytecode
2+ __pycache__ /
13* .py [co ]
4+
5+ # Other caches
6+ .cache /
7+ .mypy_cache /
8+ .pytest_cache /
9+
10+ # Transient editor files
211* .swp
312* ~
13+
14+ # Editor configuration
15+ nbproject
16+ * .sublime-workspace
17+ /.vscode /
18+ .idea /
19+
20+ # Virtual environments
421.env /
522env /
623.venv /
724venv /
8- /* .egg-info
25+
26+ # Build output
27+ /* egg-info
928/lib /GitPython.egg-info
10- cover /
11- .coverage
12- .coverage. *
1329/build
1430/dist
1531/doc /_build
16- nbproject
17- * .sublime-workspace
18- .DS_Store
19- /* egg-info
32+
33+ # Tox builds/environments
2034/.tox
21- /.vscode /
22- .idea /
23- .cache /
24- .mypy_cache /
25- .pytest_cache /
35+
36+ # Code coverage output
37+ cover /
38+ .coverage
39+ .coverage. *
40+
41+ # Monkeytype output
2642monkeytype.sqlite3
43+ monkeytype.sqlite3. *
44+
45+ # Manual command output
2746output.txt
47+
48+ # Finder metadata
49+ .DS_Store
You can’t perform that action at this time.
0 commit comments