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

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/

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

# Benchmark data & results
tests/benchmarks/*.json
tests/benchmarks/lme_*.json
tests/benchmarks/results_*.json

# Memri runtime data
*.db
*.db-shm
*.db-wal

# Env / secrets
.env
*.env

# OS
.DS_Store
Thumbs.db
