Files
ailine/.gitignore
root 602d551fd1
All checks were successful
构建并部署 AI Agent 服务 / deploy (push) Successful in 27s
配置修改
2026-04-16 04:36:50 +08:00

56 lines
471 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# ---> Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
env/
ENV/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Logs
logs/
*.log
# Environment Variables重要防止密钥泄露
.env
.env.local
.env.*.local
# Docker
docker-compose.override.yml
# Data
data/*.db
data/*.sqlite
# OS
.DS_Store
Thumbs.db