# .gitignore for Smart Documents.

# All secrets!
secret*
projects

# Bytecode and native-compiled files.
*.elc

# LaTeX pdf build artefacts.
*.pdf
*.tex
*.log

# Org export results.
*.html

# All caches
*.cache
eln-cache/

# These directories are populated on config execution.
meta/**
url/**
transient/**
.cache/**
_minted*
server/*
eshell/*

# Tangled config .el and .elc file from .org
smart-documents.el*

# Misc
.org-id-locations
async-bytecomp.log
srecode-map.el
tramp
bookmarks
network-security.data
*~undo-tree~

# Executables
*.jar