# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python

# Virtual environments
.venv/
venv/

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

# Project internal
.omo/

# Distribution (anchored to repo root — brikie/bricks/build/ is source code!)
/dist/
/build/
*.egg-info/
brikie/bricks/memory/wiki/wiki_directory/

# Logging brick data
~/.brikie/logs/
*.db
*.db.bak*

# Internal working docs — not part of the public repo
/handover-prompt.md
/design.md
/docs/
