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

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
htmlcov/
.coverage

# User data (never commit personal data)
org-context/goals.md
org-context/workflows.yaml
org-context/projects.yaml
org-context/constraints.md
config/alerts.yaml
config/alignment.yaml
data/

# Ruff
.ruff_cache/
