.venv/

**/__pycache__/

# Dev web server to run demo
app.py
templates/

# demo scripts and requirements
demo*

# logs if any
**/*.log

# Testing artifacts
.pytest_cache/
.coverage
htmlcov/

# IDE
.vscode/

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