# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# MemVault data (don't commit user data)
.memvault/

# Test artifacts
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# ChromaDB data in tests
chroma/
.ruff_cache/

# Large benchmark datasets
benchmarks/real/*.json
