# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Linters
.ruff_cache/
.mypy_cache/

# Winkers output
.winkers/

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Secrets
.env
.env.*

# Local working files
old/
SESSION_*.md
winkers_*.md
.claude/settings.local.json
