# Git files
.git
.gitignore
.github

# Build artifacts
server/target
snapshot/target
**/target

# Development files
.cursor
.envrc
notes.md

# Nix files (not needed in container)
flake.nix
flake.lock
shell.nix

# Documentation
# NOTE: README.md is intentionally NOT excluded — it is embedded at compile
# time via include_str!() in server/src/api.rs and server/src/mcp.rs.
LICENSE

# IDE files
.vscode
.idea
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db
