# IDE
.vscode/

# rust
target/

# docs
docs/build/

# monadb
.monadb_history

# other
.DS_Store

# claude
.claude/worktrees
docs/superpowers/

# python
.venv/
__pycache__/
*.py[cod]
*.so
*.egg-info/
dist/
wheels/
.pytest_cache/

# example data (the todo example writes a database file)
examples/todo/*.db
todos.db
*.monadb

# zola
site/public/

# node
site/node_modules/

# private LLM context documents
.context/

# rust
target/

.agents/
.claude/