Skip to content

Commit f0e7e41

Browse files
authored
Merge pull request #1758 from EliahKagan/gitignore
Group .gitignore entries by purpose
2 parents fe082ad + b9d09c1 commit f0e7e41

File tree

1 file changed

+35
-13
lines changed

1 file changed

+35
-13
lines changed

.gitignore

Lines changed: 35 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,49 @@
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/
522
env/
623
.venv/
724
venv/
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
2642
monkeytype.sqlite3
43+
monkeytype.sqlite3.*
44+
45+
# Manual command output
2746
output.txt
47+
48+
# Finder metadata
49+
.DS_Store

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy