# Virtual environments
.venv/
venv/
env/

# Build artifacts
dist/
build/
*.egg-info/

# Python cache
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/

# Editor / OS
.vscode/*
!.vscode/mcp.json
.idea/
.DS_Store

# Logs
*.log

# Local data (SQLite notes DB, etc.) — keep the folder, ignore contents
data/*
!data/.gitkeep
*.db
