2026-05-25 16:37:47 +08:00
|
|
|
# Git
|
|
|
|
|
.git
|
|
|
|
|
.gitignore
|
|
|
|
|
|
|
|
|
|
# Python
|
|
|
|
|
__pycache__/
|
|
|
|
|
*.pyc
|
|
|
|
|
*.pyo
|
|
|
|
|
*.egg-info/
|
|
|
|
|
.venv/
|
|
|
|
|
.python-version
|
|
|
|
|
|
|
|
|
|
# IDE / Editor
|
|
|
|
|
.vscode/
|
|
|
|
|
.idea/
|
|
|
|
|
*.swp
|
|
|
|
|
*.swo
|
|
|
|
|
*~
|
|
|
|
|
|
|
|
|
|
# OS files
|
|
|
|
|
.DS_Store
|
|
|
|
|
Thumbs.db
|
|
|
|
|
|
|
|
|
|
# Runtime
|
|
|
|
|
proxy_debug.log
|
|
|
|
|
debug_request_body.txt
|
|
|
|
|
|
|
|
|
|
# Docker (避免层级嵌套)
|
|
|
|
|
docker/
|
2026-05-26 12:15:29 +08:00
|
|
|
scripts/
|
2026-05-25 16:37:47 +08:00
|
|
|
Dockerfile
|
|
|
|
|
docker-compose*.yml
|
2026-05-26 12:15:29 +08:00
|
|
|
cli.py
|
2026-05-25 16:37:47 +08:00
|
|
|
# Build / Dist
|
|
|
|
|
dist/
|
|
|
|
|
build/
|