.DS_Store .env # Python __pycache__/ *.py[cod] *.pyo *.pyd *.egg-info/ .pytest_cache/ .venv/ venv/ env/ # Flask / runtime backend/data/ backend/logs/ # Node / Vite frontend/node_modules/ frontend/dist/ frontend/.vite/