mem0 Memory System

# Python virtual environments venv/ env/ ENV/ .env .venv/ pythonenv* # Python bytecode __pycache__/ *.py[cod] *$py.class *.so .Python # Distribution / packaging dist/ build/ *.egg-info/ *.egg # Unit test / coverage reports htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover .hypothesis/ .pytest_cache/ # Jupyter Notebook .ipynb_checkpoints # IDE specific files .idea/ .vscode/ *.swp *.swo .DS_Store # Project specific mem0_memories/ */mem0_memories/ ~/mem0_memories/ *.log logs/ .env.local .env.development.local .env.test.local .env.production.local # Temporary files tmp/ temp/