# Python __pycache__/ *.py[cod] *$py.class *.so # Virtual environments .venv/ venv/ ENV/ env/ # Environment variables .env # Build and distribution build/ dist/ *.egg-info/ .eggs/ # Testing .pytest_cache/ .coverage .hypothesis/ htmlcov/ coverage.xml *.cover # Linting and formatting .ruff_cache/ .mypy_cache/ # IDE .vscode/ .idea/ *.swp *.swo # Security *.key *.pem *.crt *.csr # Temporary files tmp/ *.log cache/ # macOS .DS_Store # Linux *~ .directory .Trash-* .nfs* # User-created personalities (managed by UI) src/reachy_mini_conversation_app/profiles/user_personalities/ .claude .agent *.db .venv .langgraph_api scripts/ security-audits documentation # Runtime state (changes every session) .listening_state .provider # Debug artifacts wakeword_captures/ minder_debug.log # Agent-local config (user-specific) agents.local.md