# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/
*.egg
*.whl
.venv/
venv/
env/
pip-wheel-metadata/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

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

# Project index (each user builds their own)
.codebase-mcp/

# Exports / handoffs
exports/

# OS
.DS_Store
Thumbs.db
