Files
brevetcard/.gitignore
Peter Adam 84d8cfc2dc Add example YAML event configuration and update .gitignore
- Introduce `event.yml.example` providing a template for event-level configuration.
- Extend `.gitignore` to include `event.yml` to prevent committing real event data.
2026-02-28 10:47:31 +01:00

35 lines
422 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
# Real event data (copy event.yml.example to event.yml and fill in)
event.yml
# Generated files
brevetkarte-personalized.tex
# macOS
.DS_Store
# Editor files
*.swp
*.swo
*~
.vscode/
.idea/
# Claude Code
.claude/