# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# memry data
*.db
*.db-wal
*.db-shm
.memry/

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/*
!.vscode/extensions.json

# Env
.env
.env.*
!.env.example

# Personal, machine-specific notes and scripts
*.local.md
*.local.py
.remember/
