# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
venv/
env/
ENV/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# LaTeX
*.aux
*.log
*.out
*.toc
*.synctex.gz
*.fls
*.fdb_latexmk
*.nav
*.snm
*.vrb
*.bbl
*.blg
*.dvi
*.ps
*.600pk
*.600gf
*.fuzz.log
*.pdflatex.log

# Generated font files
*.tfm
*.pk
*.gf

# LaTeX infrastructure (copied during build, originals in examples/infrastructure/)
examples/*/*.sty
examples/*/*.mf
hw/*.sty
hw/*.mf

# But keep example PDFs
!examples/*.pdf
!docs/*.pdf

# Temporary files
*.tmp
*.temp
.DS_Store

# Test outputs
test_outputs/
*.test.tex
*.test.pdf

# Coverage
.coverage
htmlcov/
.pytest_cache/

# mypy
.mypy_cache/

# ruff
.ruff_cache/

# Homework - private
hw/

# Tutorial project
rpntxt/
