# Python
__pycache__/
*.pyc
*.pyo

# Runtime image cache
cache/

# App logs
logs/
.app.out.log
.app.err.log

# Frontend
frontend/node_modules/
frontend/dist/
