Skip to content

Commit cb9b3ca

Browse files
committed
Remove .pdm-python from tracking and add to .gitignore
These are local PDM environment markers (machine-specific Python interpreter paths) that should never be committed. The tracked files pointed at a stale /Code/ChipFlow/Loom/ path from before the rename. Co-developed-by: Claude Code v2.1.50 (claude-opus-4-6)
1 parent fbd0556 commit cb9b3ca

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
__pycache__/
99
*.pyc
1010
*.swp
11+
.pdm-python
1112

1213
# Claude Code session data
1314
.claude/

.pdm-python

Lines changed: 0 additions & 1 deletion
This file was deleted.

designs/mcu_soc_sky130/.pdm-python

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)