# Rust
target/
**/*.rs.bk

# Git
.git/
.gitattributes
.gitignore

# Nix
result/
flake.lock

# CI
.github/

# Docs
docs/
TASKS.md

# Editors
.vscode/
.idea/

# macOS
.DS_Store

# Python
__pycache__/
*.pyc
.venv/
plugins/portail-mcp/*.egg-info/

# Misc
*.md
