# Python compiled files
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
*.egg

# macOS
.DS_Store

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

# Temporary & backup files
*.bak
*.backup
*.old
*.tmp
*.temp
*.log

# Backup directories
backup/

# Node.js
node_modules/

# Build artifacts
dist/
build/
target/
*.skill

# Java compiled files
*.class
*.jar
!app/backend/.mvn/wrapper/maven-wrapper.jar

# Test cache
.pytest_cache/

# flezi-emt files
.flezi-emt/designs/**/**
.flezi-emt/migration-reports/**/**

# HARNESS session logs and hook state
.flezi-emt/session-log/
.flezi-emt/.read-cache.json
.flezi-emt/.error-log.json

# context-mode runtime data (SQLite database + session store)
.github/

# graphify — keep graph outputs, skip local-only files
graphify-out/cache/
graphify-out/manifest.json
graphify-out/cost.json
graphify-out/.graphify_*
