# Environment .env # Runtime artifacts .chroma/ audit.db .ocr_cache/ # Python __pycache__/ *.pyc *.pyo *.pyd .Python *.egg-info/ dist/ build/ .eggs/ *.egg # Virtual environments venv/ .venv/ env/ # OS .DS_Store Thumbs.db # IDE .vscode/ .idea/ *.swp *.swo # Streamlit .streamlit/secrets.toml # Generated presentations (keep locally, don't track in git) deck/*.pptx deck/*.pdf # Internal planning / session docs — not for the repo idea.md IMPLEMENTATION_PLAN.md presentation_creation.md submission_requirements.md theme.md understanding.md specs/