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

# Virtual environments
.venv/
venv/
env/

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

# Type checking & linting
.mypy_cache/
.ruff_cache/

# Ralph local state
.ralph/

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

# OS
.DS_Store

# Development artifacts
PROMPT.md
PROMPT-*.md

# AI Stuff
CLAUDE.md
AGENTS.md
