Files
brevetcard/.gitignore
Peter Adam 4bb3806cc7 Switch to debian:bookworm-slim, drop enumitem and texlive-latex-extra
- Replace texlive/texlive:latest with debian:bookworm-slim + targeted
  TeX Live packages (texlive-latex-recommended, texlive-pictures,
  texlive-fonts-recommended)
- Remove \usepackage{enumitem} from brevetkarte.tex and template;
  replace list options with plain LaTeX \setlength equivalents
- Add Export Brevetkarte.csv to .gitignore (real participant data)
- Add Export Brevetkarte.csv.example with anonymised sample data

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-28 10:11:58 +01:00

32 lines
343 B
Plaintext

# LaTeX build artifacts
*.aux
*.log
*.out
*.toc
*.synctex.gz
*.fls
*.fdb_latexmk
# Rendered PDFs
*.pdf
*.bak
# Real participant data (copy to "Export Brevetkarte.csv" and fill in)
Export Brevetkarte.csv
# Generated files
brevetkarte-personalized.tex
# macOS
.DS_Store
# Editor files
*.swp
*.swo
*~
.vscode/
.idea/
# Claude Code
.claude/