Files
LandPPT/.gitignore
2025-11-07 09:05:48 +08:00

30 lines
324 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
lib/
research_reports/
wheels/
.claude/
docs/
*.egg-info
requires.md
prompts.md
WARP.md
CLAUDE.md
.env
# Virtual environments
.venv
# Temporary files and cache
temp/
*.tmp
*.cache
*.db
# uv cache and lock files
.uv-cache/
# Keep uv.lock for reproducible builds