# Python
__pycache__/
*.pyc
*.pyo
.venv/

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

# Tools
.ruff_cache/
.pytest_cache/

# Piface
piface/static/

# Frontend
frontend/node_modules/
frontend/dist/
frontend/.svelte-kit/

# IDE
.vscode/
.idea/
