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

# Virtual envs
.venv/
venv/
env/
ENV/

# Test / coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/

# Veriloqua runtime state (user memory DB lives in a user dir by default; ignore any local copies)
*.veriloqua.db
.veriloqua/
_scratch/

# Editor / OS
.DS_Store
.idea/
.vscode/
*.swp

# Secrets
.env

# Claude
.claude/
.lynx-memory
