# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
.venv/
venv/
env/
.env
dist/
build/
*.whl

# Java build output
agentmem/sdk/java/target/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# IDE
.idea/
.vscode/
*.sublime-project
*.sublime-workspace

# OS
.DS_Store
Thumbs.db

# Windows binaries / assemblies
*.exe
*.winmd
*.dll
*.pdb

# Claude Code local settings
.claude/

# Internal working documents (not client-facing)
SCALE.md
BUILD.md
MARKET.md

# Personal files
*.pdf

# Node
node_modules/

agentmem/docker-compose.override.yml
# Local docker-stack env holding a real MASTER_ENCRYPTION_KEY — never commit.
agentmem/.env.dockerstack
# Scratch live-smoke script used for cross-language SDK testing.
agentmem/sdk/typescript/live_smoke.mjs
