Files

37 lines
335 B
Plaintext
Raw Permalink Normal View History

# 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/
scripts/
Dockerfile
docker-compose*.yml
cli.py
# Build / Dist
dist/
build/