# Lectern specific
# Cache is stored under the user's XDG cache dir (e.g. $XDG_CACHE_HOME/lectern or ~/.cache/lectern)

# Cargo specific
target/

# Manual Tests
test*/
!tests/

# OS specific
.DS_Store
Thumbs.db

# IDE specific
.idea/
.vscode/
