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

# Virtual environments
.venv
.test-build-venv
.test-package-venv

# Environment variables
.env

# Repomix
**/repomix-*.xml

# VSCode
.vscode/
.coverage

# Cursor
.cursor/
.cursorrules

# Database
*.db

# Jupyter notebooks
.ipynb_checkpoints/

# Static assets
lib/
graph.html

# Yera config
**/yeraproject.toml

# Event logs
**/yera-event-log-*.jsonl

# Built UI assets (generated during package build)
src/yera/ui/
