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

# Virtual environment
.venv/

# IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Runtime data (all user-generated, never committed)
data/

# Auto-generated by polily from db on every startup; users should not
# edit or commit this file. Edit via TUI → ⚙ 配置.
/config.yaml

# Environment
.env*
# v0.11.0 — .envrc.example is a dev-workflow template that must be in git;
# .envrc itself stays ignored via .env* above
!.envrc.example

# Internal docs (not for public repo)
companion-note.md
docs/internal/

# Temp files
*.tmp
/tmp/

# Test/coverage
.pytest_cache/
.coverage
htmlcov/

# Claude Code
.claude/
*.db-shm
*.db-wal
docs/internal/
