Skip to content

Commit 68b7f6b

Browse files
authored
Prepping for worktrees (#138)
1 parent 6d83b40 commit 68b7f6b

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.gitignore

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
# Python-generated files
2-
__pycache__/
3-
*.py[oc]
4-
build/
5-
dist/
6-
wheels/
71
*.egg-info
8-
9-
# Virtual environments
10-
.venv
2+
*.py[oc]
113
.coverage
124
.envrc
135
.python-version
6+
.venv
7+
.worktrees/
8+
__pycache__/
9+
build/
10+
dist/
11+
wheels/

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- This project uses Github for issue tracking

0 commit comments

Comments
 (0)