# Python
__pycache__/
*.py[cod]
*.pyd
*.so
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Env / secrets
.env

# Virtual environments
.venv/

# Build outputs
build/
dist/
*.egg-info/

# Tool outputs
out/
.tmp/

# LaTeX intermediates
*.aux
*.bbl
*.bcf
*.blg
*.fdb_latexmk
*.fls
*.log
*.out
*.run.xml
*.synctex.gz

# OS
.DS_Store

# LLM TLDR cache
.tldr/