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

# Virtual environments
.venv/
venv/

# UV
# uv.lock is tracked for reproducible builds

# Environment
.env

# Claude Code
.claude/

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

# OS
.DS_Store
Thumbs.db

# Memgentic data (local development)
*.db
data/
.memgentic/

# Backup archives
*.tar.gz

# Docker
docker-compose.override.yml

# Testing
.pytest_cache/
.coverage
htmlcov/

# Playwright
.playwright-mcp/

# Private/internal working docs (not for public repo)
cloud/
.mneme/
.private/
.maintainer/
memgentic-strategy/

# Rust
target/
Cargo.lock
!memgentic-native/Cargo.lock

# Git worktrees
.worktrees/

# Codex CLI sentinel
.codex

# Benchmark datasets and results — large local artifacts, never commit.
# `benchmarks/datasets/` may legitimately host small public-license
# corpora; gate the large LongMemEval / LoCoMo / ConvoMem / MemBench
# files explicitly. Synthetic test fixtures live under
# `benchmarks/tests/fixtures/` and ARE tracked.
benchmarks/datasets/longmemeval_*.json
benchmarks/datasets/longmemeval_*.jsonl
benchmarks/datasets/locomo*.json
benchmarks/datasets/convomem*.json
benchmarks/datasets/membench*.jsonl
benchmarks/results/
!benchmarks/results/.gitkeep
