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

# Virtual environments
.venv/
venv/
env/

# IDE / Editor
.vscode/
.idea/
.cursor/

# OS
.DS_Store
Thumbs.db

# Config with real credentials
smartmcp.json

# Internal notes & scripts
IMPROVEMENTS.md
measure_tokens.py

# Benchmark results (generated)
benchmarks/results/
benchmarks/*snapshot_temp*.json

# Sentence-transformers model cache
.cache/
