# Environment / secrets .env *.env.local # Python __pycache__/ *.py[cod] .venv/ venv/ .pytest_cache/ .mypy_cache/ *.egg-info/ htmlcov/ .coverage # Node / frontend node_modules/ frontend/dist/ *.tsbuildinfo # Data attachments/ *.db *.sqlite3 # OS / editors .DS_Store .idea/ .vscode/