Skip to content

Commit 70bd142

Browse files
committed
chore(.gitignore): add common python ignore files
1 parent c7730fb commit 70bd142

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1+
# Python build
12
__pycache__
23
dist/
34
*.egg
45
*.egg-info/
6+
7+
# Python test & coverage
8+
.coverage
9+
.coverage.*
10+
coverage.*
11+
*.cover
12+
.pytest_cache
13+
14+
# Python lint
15+
.ruff_cache/
16+
17+
# Python dev environement
18+
.env
19+
.envrc
20+
.venv
21+
*.bak
22+
*.tmp.sh
23+
TODO.*

0 commit comments

Comments
 (0)