mirror of
https://github.com/sligter/LandPPT.git
synced 2026-08-28 23:31:06 +08:00
72 lines
870 B
Plaintext
72 lines
870 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
.agents/
|
|
dist/
|
|
lib/
|
|
artifacts/
|
|
temp/
|
|
temp_inspect/
|
|
research_reports/
|
|
wheels/
|
|
.claude/
|
|
docs/
|
|
data/
|
|
*.egg-info
|
|
requires.md
|
|
prompts.md
|
|
WARP.md
|
|
CLAUDE.md
|
|
.env
|
|
.env.bak
|
|
.pytest_cache/
|
|
.data
|
|
.uploads
|
|
# Virtual environments
|
|
.venv
|
|
.claude
|
|
# Local git worktrees
|
|
.worktrees/
|
|
|
|
# Helm chart documentation is maintained locally only
|
|
helm/landppt/README.md
|
|
|
|
# Temporary files and cache
|
|
temp/
|
|
tmp/
|
|
*.tmp
|
|
*.cache
|
|
*.db
|
|
error.txt
|
|
|
|
# uv cache and lock files
|
|
.uv-cache/
|
|
|
|
# OpenClaw local state
|
|
.openclaw/
|
|
|
|
# Local hub/lock state
|
|
.clawdhub/
|
|
|
|
# Runtime artifacts
|
|
canvas/
|
|
|
|
# Local test artifacts (do NOT ignore source code)
|
|
*.pdf
|
|
|
|
# Personal/session notes
|
|
memory/
|
|
|
|
# Workspace identity/config (keep private)
|
|
AGENTS.md
|
|
BOOTSTRAP.md
|
|
HEARTBEAT.md
|
|
IDENTITY.md
|
|
SOUL.md
|
|
TOOLS.md
|
|
USER.md
|
|
|
|
# Claude Code local settings
|
|
.claude/settings.local.json
|