# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
*.whl

# Virtual environments
.venv/
venv/
env/
ENV/

# uv
.uv/

# Type checking
.mypy_cache/
.ruff_cache/
.pytype/

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml
*.cover

# MemoryMesh runtime state — never commit user data or indices
.memorymesh/
config.yaml

# Environment / secrets
.env
.env.*
*.key
*.pem
*.p12

# Benchmarks output
benchmarks/results/

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db
desktop.ini
