初始化

This commit is contained in:
2026-07-18 16:13:52 +08:00
parent c0070f0a5c
commit fe8b417ab6
75 changed files with 12898 additions and 1 deletions
+48
View File
@@ -0,0 +1,48 @@
# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/
# Environment
.env
.env.local
.env.production
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Project data
data/raw/
data/processed/
data/deduped/
data/events/
data/embeddings/
data/qdrant_storage/
data/reports/
# Logs
logs/*.log
# Cache
.cache/
*.cache
# pytest
.pytest_cache/
htmlcov/
.coverage
# uv
uv.lock