53 lines
466 B
Text
53 lines
466 B
Text
# Zig build artifacts
|
|
zig-out/
|
|
zig-cache/
|
|
.zig-cache/
|
|
|
|
# Generated PDFs (test outputs)
|
|
*.pdf
|
|
|
|
# Test data files
|
|
*.json
|
|
!build.json
|
|
*.pdm
|
|
*.bin
|
|
*.png
|
|
*.sh
|
|
*.ndjson
|
|
# HTML test files
|
|
*.html
|
|
|
|
# Build binaries
|
|
*.o
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
*.exe
|
|
|
|
# IDE and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|
|
.claude/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
*.log
|
|
|
|
# Test directories
|
|
data/
|
|
output/
|
|
services/
|
|
template_configs/
|
|
|
|
# Backup files
|
|
*.bak
|
|
*.backup
|
|
|
|
# OS specific
|
|
Thumbs.db
|
|
|