Files
ietf-draft-analyzer/.gitignore
Christian Nennemann 45cb13fbe8 feat: add IETF landscape paper source (LaTeX + BibTeX + Makefile)
New LaTeX paper analyzing the AI-agent standardization landscape across
IETF Internet-Drafts. Includes bibliography, updated Makefile for
pdflatex+bibtex build, and gitignore entries for build artifacts.
2026-04-12 12:43:15 +00:00

23 lines
273 B
Plaintext

__pycache__/
*.pyc
*.egg-info/
dist/
build/
data/config.json
data/analytics.db
data/ietf_drafts.db
.claude/
.env
# LaTeX build artifacts
paper/*.aux
paper/*.log
paper/*.out
paper/*.synctex.gz
paper/*.fls
paper/*.fdb_latexmk
paper/*.bbl
paper/*.blg
paper/*.pdf
paper/*.toc