# Python bytecode
__pycache__/
*.py[cod]

# Virtual environments
.venv/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# Build artifacts
dist/
*.egg-info/

# IDE
.idea/
.vscode/

# Temporary files
*.swp
*~

# Claude artifacts
compass_artifact_*.md