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

# Virtual environments
.venv/
venv/
ENV/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/
*.cover
.hypothesis/

# Distribution / packaging
dist/
build/
test/
*.egg-info/
*.egg

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

# Logs
*.log
logs/

# Database files
*.db
*.sqlite
*.sqlite3
temp*.sqlite*
test*.sqlite*
debug*.sqlite*

# Images
images/

# Git
.git/
.gitignore
.python-version

# Documentation
#README.md
#LICENSE

# Test files
test/

# Notebook
*.ipynb
client_notebook.ipynb

# Config files (may contain secrets)
mcp-config.json
mcp-config-stdio.json

# Other
.DS_Store
*.tmp

