Files
brevetcard/.gitignore
Peter Adam b0e1dde22f Add CSV-based personalized card generation
Add template-based system for generating personalized brevet cards
from CSV data. Uses proper separation of concerns with template file
and Python script.

- Add brevetkarte-template.tex with placeholders
- Add generate_cards.py to read CSV and populate template
- Update Makefile with generate-personalized and build-personalized targets
- Update .gitignore to exclude generated files

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-03 14:47:56 +01:00

28 lines
242 B
Plaintext

# LaTeX build artifacts
*.aux
*.log
*.out
*.toc
*.synctex.gz
*.fls
*.fdb_latexmk
# Rendered PDFs
*.pdf
# Generated files
brevetkarte-personalized.tex
# macOS
.DS_Store
# Editor files
*.swp
*.swo
*~
.vscode/
.idea/
# Claude Code
.claude/