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

# Virtual environments
.venv/
venv/
env/

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

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

# sema index (generated, not committed)
.sema/index/
**/.sema/index/
**/.sema/meta.json
**/.sema/hashes.json

# Codex MCP config (generated by `sema init --codex`, has machine-specific paths)
.codex/

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

# OS
.DS_Store
Thumbs.db
