# Secrets — never commit. See .env.example for the shape. *.env !.env.example *.pem *.key *.token *.p12 secrets* *Linux Machine Config* authelia.env pg-ai.env api.env # Real document content lives on /datadisk/ai-docs on lin001, never in Git. # The folder itself was removed deliberately - an empty docs/ reads as "project # documentation goes here", which is wrong: that is spec/ and status/. The rule # stays as a safety net, so a controlled document dropped into a local docs/ # cannot be committed by accident. docs/ # Python __pycache__/ *.py[cod] .venv/ venv/ .pytest_cache/ .ruff_cache/ .mypy_cache/ # Node node_modules/ dist/ .vite/ *.tsbuildinfo # Local .DS_Store *.log *.bak *.bak-* eval/results/