# Secrets .env # Runtime data (bind-mounted / Syncthing share — never in git) /data/ # Python __pycache__/ *.pyc *.pyo .venv/ .venv-*/ *.egg-info/ dist/ build/ .pytest_cache/ .mypy_cache/ .ruff_cache/ htmlcov/ .coverage # OS / editor noise .DS_Store *.swp *~ .idea/ .vscode/