# Secrets .env *.env # Python __pycache__/ *.pyc *.pyo .venv/ venv/ .uv/ # Claude/dev artifacts — not part of the app docs/ .claude/ .agents/ deploy_org_space.py # Sessions (runtime artifacts) sessions/ # Build caches .pytest_cache/ .ruff_cache/ # OS .DS_Store