# Python
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Environment
.env

# Codebase Cortex per-repo data
.cortex/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store

ref/
