# Environment variables.
.env

# Python artefacts and caches.
**/__pycache__
*.egg-info

# Temporary files are stored here -- used by scripts during development.
*.tmp

# Tests artefacts
tests/samples/.tests.**.json
tests/samples/*.puml
tests/structurizr_dsl_samples

# Build artefacts.
build
dist

# MkDocs build output.
site/