# vagrant files
.vagrant
Vagrantfile

# Docker compose override
docker-compose.override.yml

# Temporary files created by nano
.*.swp

# Generated files
standalone/tools/epubgen2/output

# dev tools
.idea
.DS_Store

# Python build environment
tools/.venv
__pycache__/

# Compiled lexicon (rebuild with: perl lexicon-tools/build_lexicon_storable.pl)
web/cgi-bin/DivinumOfficium/data/*.storable

# Ordo cache
web/ordo-cache/
