# 操作系统相关
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Desktop.ini

# IDE 和编辑器
.vscode/
.idea/
*.swp
*.swo
*~
.project
.classpath
.settings/
*.sublime-project
*.sublime-workspace
*.code-workspace

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
*.manifest
*.spec
pip-log.txt
pip-delete-this-directory.txt
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.hypothesis/
.pytype/
cython_debug/
venv/
env/
ENV/
env.bak/
venv.bak/
.venv

# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
.npm
.eslintcache
.node_repl_history
*.tgz
.yarn-integrity
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

# 日志文件
*.log
logs/
*.log.*

# 环境变量和配置
.env
.env.local
.env.*.local
.env.development
.env.production
.env.test
*.env
config.local.*
secrets/
.secrets

# 数据库
*.db
*.sqlite
*.sqlite3
*.db-journal

# 临时文件和缓存
*.tmp
*.temp
.cache/
tmp/
temp/
*.bak
*.backup
*.old

# 构建产物
target/
out/
build/
dist/
*.class
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar

# 测试覆盖率
coverage/
.nyc_output/
*.lcov

# 文档构建
site/
_site/
.jekyll-cache/

# 其他
*.pid
*.seed
*.pid.lock
.cache
.parcel-cache
.next
.nuxt
.vuepress/dist
.serverless/
.fusebox/
.dynamodb/
.tern-port
.vscode-test
packages-download/