# Secrets — never commit .env *.env !.env.example # Python __pycache__/ *.py[cod] *.egg-info/ .venv/ venv/ .pytest_cache/ .mypy_cache/ .ruff_cache/ # Caches / artifacts .cache/ cache/ artifacts/ outputs/ runs/ *.log # Internal working journal (not published) PROJECT_MEMORY.md # OS .DS_Store