# Python
__pycache__/
*.py[cod]
*.so
*.egg-info/
*.egg

# Build & Distribution
build/
dist/
sdist/
wheels/
src/ccbot/_version.py

# Virtual Environments
.venv/
.env

# Testing & Coverage
.pytest_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml
coverage.json

# Type Checking & Linting
.mypy_cache/
.ruff_cache/

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

# Claude Code (keep .claude/ tracked)
.claude/settings.local.json

# Spec (keep .spec/ tracked)

# ralphex progress logs
progress*.txt
