# runtime data of the ACME CSE
data/
*.log
.env

# python
__pycache__/
*.pyc
.venv/

# gateway runtime
gateway.log

# build artifacts
dist/
build/
*.egg-info/
