# Byte-compiled
__pycache__/
*.py[cod]

# Virtual environment
.venv/
venv/

# Distribution
dist/
*.egg-info/

# IDE / agent-local
.vscode/
.idea/
.claude/

# Output
*.dxf
*.png
output/

# Coverage
.coverage
coverage.md
coverage.xml
htmlcov/
