This commit is contained in:
2025-11-07 09:05:48 +08:00
parent 4bd2436cec
commit 6f6f5d1715

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# 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