# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/
.hypothesis/

# Benchmark artifacts (run results, not source)
benchmarks/results_*.json
benchmarks/longmemeval/results_*.json
benchmarks/locomo/results_*.json

# Local test/debug files
test_*.json
test_*.sh
!tests/**/test_*.json

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

# Environment
.env
.env.local
.env.production

# OS
.DS_Store
Thumbs.db

# Node
node_modules/
.next/
out/

# Docker
*.log
