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

# Virtual Environments
.venv/
venv/
ENV/
env/
.virtualenv/

# UV
uv.lock
.uv/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/

# Logs
*.log
logs/
*_debug.log

# Generated MCP Servers
.mcp-servers/
test_generated_servers/

# Kiro
.kiro/

# Environment variables
.env
.env.local

# Temporary files
*.tmp
*.bak
*.swp
tmp/
temp/

# Documentation builds
docs/_build/
site/

# Package manager
pip-log.txt
pip-delete-this-directory.txt

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

# Project specific
VERIFICATION_RESULTS.md
test_*.py
