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

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

# Secrets & env
.env

# Testing & coverage
.coverage
htmlcov/
.pytest_cache/
.codspeed/

# Linting & package manager caches
.ruff_cache/
.uv-cache/

# IDEs & editors
.vscode/
.cursor/
.cursorrules

# Database
*.db

# Jupyter
.ipynb_checkpoints/

# Static / vendored / generated assets
/lib/
stories/external/tutorials/lib/
graph.html
src/yera/ui/

# Yera project files
**/yeraproject.toml
**/yera-event-log-*.jsonl

# OS
.DS_Store

# Other
**/repomix-*.xml
