# 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

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

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

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

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Linting
.ruff_cache/

# Documentation
docs/_build/

# Distribution
*.manifest
*.spec

# Local configuration
.env
.env.local
*.local.yaml
*.local.json

# MCP server config (may contain secrets)
.agent/mcp.json

# OS
.DS_Store
Thumbs.db

# AI coding agents (session data, not project config)
.claude/
.cursor/
.aider/
.codeium/
.continue/
.windsurf/
.codestory/

# Project-specific
.ldf/answerpacks/*.yaml
!.ldf/answerpacks/.gitkeep
