Skip to content

Commit bf3f31c

Browse files
authored
Merge pull request #16 from thewtex/gitignore-python
Add common Python runtime artifacts to .gitignore
2 parents a8d6473 + ccdebe2 commit bf3f31c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@ dist
22
# pixi environments
33
.pixi/*
44
!.pixi/config.toml
5+
# Python cache
6+
__pycache__/
7+
*.pyc
8+
*.pyo
9+
.pytest_cache/

0 commit comments

Comments
 (0)