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

# Virtual environments
.venv/
venv/

# IDE
.vscode/
.idea/
*.swp

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# DevMemory data (local)
*.db
qdrant_data/

# Environment
.env
.env.local

# OS
.DS_Store
Thumbs.db
~/.devmemory/
