AIstudioProxyAPI / .dockerignore
peijun1's picture
Deploy AI Studio Proxy API to Hugging Face Spaces
a5784e9
Raw
History Blame Contribute Delete
558 Bytes
.git
.git/
.gitignore
.vscode/
.env
.venv
venv/
env/
__pycache__/
*.pyc
*.log
*.DS_Store
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
coverage.xml
deprecated_javascript_version/
memory-bank/
logs/
outputs/
work/
auth_profiles/**/*.json
auth_profiles/key.txt
config/profile_usage.json
config/cooldown_status.json
static/frontend/node_modules/
static/frontend/dist/
# auth_profiles/ # Handled by volume mount or Hugging Face Secrets
# certs/ # Handled by volume mount or generated in container
# logs/ # Supervisord logs to stdout/stderr