Files
intl_news/.gitignore
T
2026-07-18 16:13:52 +08:00

49 lines
404 B
Plaintext

# 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