# Git
.git
.gitignore

# Python
__pycache__
*.py[cod]
*$py.class
*.so
.Python
.venv
venv/
ENV/

# IDE
.idea/
.vscode/
*.swp
*.swo

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Build artifacts
dist/
build/
*.egg-info/
*.egg
.eggs/

# Ruff
.ruff_cache/

# Documentation
docs/
# 保留 README.md（构建需要）
# *.md

# Development files
.github/
.python-version
CLAUDE.md
TODO.md

# Build scripts
build.py

# Misc
nul
*.log
*.tmp
