Skip to content

Commit a6913e9

Browse files
committed
chore: ignore test artifacts and debug scripts
Keep repo clean from test_*.stl/zip/dxf/json/py, *.log, and one-off debug scripts (analyze_dxf.py, draw_ascii.py). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent f5725d3 commit a6913e9

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,16 @@ local_config.py
4747
*.tmp
4848
*.temp
4949
*.bak
50+
51+
# Test artifacts
52+
test_*.stl
53+
test_*.zip
54+
test_*.dxf
55+
test_*.json
56+
test_*.py
57+
*.log
58+
plate_generator.log
59+
60+
# Debug/analysis scripts
61+
analyze_dxf.py
62+
draw_ascii.py

0 commit comments

Comments
 (0)