# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so

# Benchmark cache (user-specific)
benchmark_db.json

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

# OS
.DS_Store
Thumbs.db
