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

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

# Virtual Environments
.venv/
.env

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

# Type Checking & Linting
.mypy_cache/
.ruff_cache/

# Go module cache (external)
pkg/

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

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

# Spec (keep .spec/ tracked)

# ai artificats to skip
.brainstorming/


# ralphex progress logs
progress*.txt
