# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
# lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
venv/
ENV/
.venv/

# IDE
.idea/
.vscode/
*.swp
*.swo

# Testing
.pytest_cache/
.pytest-tmp*/
.test-tmp/
.coverage
htmlcov/
.uv-cache/
.pip-audit-cache/

# Project specific
.visp-memory/data/
*.db
chroma_db/
# Local docker-compose secrets (use .env.example as the template)
.env

# OS
.DS_Store
Thumbs.db

# Node.js / Next.js
node_modules/
.npm-cache/
.next/
out/
build/
.env.local
.env.development.local
.env.test.local
.env.production.local

# Agent Artifacts
.gemini/
qa-docs/
.codex-local/
plan/

# Build artifacts
src/visp_memory/server/static/
*.spec.log
# ArcadeDB embedded driver writes rotating logs here at runtime
log/
*.tar.gz
*.whl
dist-standalone/
.ruff_cache/
.playwright-cache/

# Agent tooling scratch space. Worktrees contain full repository copies and must
# never be committed.
.claude/worktrees/
.agents/
.codex/

# Per-project memory config, generated by `visp-memory init`. Tracking it pins one
# user's embedding/vector choices onto everyone who clones -- a committed
# `provider: sentence-transformers` reintroduced the missing-provider warning for
# anyone on the lean install.
visp-memory.yaml
