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

# Virtual environments
.venv/
venv/
env/

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

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

# EbbingContext persistence
.ebbingcontext/

# OS
.DS_Store
Thumbs.db

# Env files
.env
.env.local

# Node / Demo
node_modules/
demo/dist/

# Development artifacts
CLAUDE_CODE_KICKOFF.md
EbbingContext_Architecture.docx
demo.jsx
