# System Files
.DS_Store
Thumbs.db

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
# lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Python Virtual Environment
.venv/
venv/
ENV/

# Pytest
.pytest_cache/
.coverage
htmlcov/

# Code Statistics & Coverage Reports
cloc_*.json
coverage.json
output.json

# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.next/
out/
build/
**/.vitepress/cache/

# Project Specific
MemoryDaemon/
.reference/
.references/*
!.references/articles/
.references/articles/*
!.references/articles/template.md
test.pdf
.env
.monoco/

# Agent Directories
.qwen/
.gemini/
.claude/
.agent/
!.agent/workflows/

# IDEs
.vscode/
.idea/
.cursor/
.cursorrules
*.swp
*.swo
.archives/
scripts/get_dingtalk_chat_id.py
scripts/test_dingtalk_send.py
