# Python
__pycache__/
*.py[cod]

# Distribution / packaging
dist/
__about__.py

# mkdocs build output
/site/

# Doit
/.doit.db

# Example files
/example*/
/demo*/

# MonkeyType
monkeytype/
monkeytype.sqlite3

# Caches
/.*cache

# Agent scratch (implementation ledgers, review packages)
/.superpowers/

# Claude Code project config (local tooling, not project content)
/.claude/

# Sandbox-masked paths. These are artifacts of the agent command sandbox, which
# bind-mounts over protected paths so they appear inside the working directory.
# Nothing is really here; the entries only keep `git status` quiet.
/.bashrc
/.bash_profile
/.profile
/.zshrc
/.zprofile
/.gitconfig
/.gitmodules
/.mcp.json
/.ripgreprc
/.idea
/.vscode

# venv
venv/
env/
.venv/
.env/

# vim swap files
*.swp
*~

# Profiling data
mkmapdiary_profile.prof