# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/

# Virtual environments
venv/
.venv/

# Linter / type-checker caches
.ruff_cache/
.mypy_cache/

# dotenv environment variable files
.env
.env.*

# Runtime config (contains IMAP credentials)
config.toml

# Logs
*.log

# Personal / marketing content (not part of the project)
*_POST.md

# Private working instructions for Claude Code, not for the public repo
CLAUDE.md

# Local agent tooling (slash commands, session settings)
.claude/

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

# OS
.DS_Store
