# Ignore generated outputs and binaries backend/outputs/ # Node / frontend build artefacts (kept for safety alongside frontend/.gitignore) node_modules/ dist/ dist-ssr/ # Python cache __pycache__/ *.py[cod] # Jupyter .ipynb_checkpoints/ # OS files .DS_Store Thumbs.db