# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.uv/

# Logs and databases
*.log
*.sqlite3
*.sqlite3-journal

# IDE specific files
.idea/
.vscode/
*.swp
*.swo
.cursor/

# OS specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Project specific files
mcp_solver.log
uv.lock
mcp-solver.txt
tests/results/
CLAUDE.md
CLAUDE-TEST.md
docs/
tmp/
.mcp.json
LM_STUDIO_IMPLEMENTATION.md
local/
tester-report.md
testers_report.md
fix-analysis-script.patch

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

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/ docs/
