# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg
*.egg-info/
dist/
build/
eggs/
parts/
var/
sdist/
develop-eggs/
.installed.cfg
lib/
lib64/
*.so

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

# uv
.python-version

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

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

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

# Secrets / environment
*.env
.env.*
!.env.example

# Logs
*.log
logs/

.playwright-mcp/
.claude/