Skip to content

Commit 49597e5

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

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.gitignore

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
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
23+
*.tmp.sh
24+
TODO.*

0 commit comments

Comments
 (0)