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

# Virtual environments
.venv/
venv/
env/

# Tooling
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# MemNet data (local graph stores)
*.db
.memnet/

# Environment
.env
.env.local

# IDE / OS
.idea/
.vscode/
*.swp
.DS_Store
Thumbs.db
