Files
Aether/.dockerignore
fawney19 c95feea286 chore: 清理过时的 Python 遗留配置和文档
- .dockerignore 移除 Python 相关忽略规则和废弃的 dist 放行条目
- README 更新密钥生成为 shell 脚本,移除过时的 systemd 部署章节
- deploy.sh 从哈希计算中移除已删除的 entrypoint.sh
2026-04-11 13:00:04 +08:00

52 lines
435 B
Plaintext

# Build artifacts
build/
*.so
*.egg
*.egg-info/
# Frontend
frontend/node_modules/
frontend/.vite/
# Development
.git/
.gitignore
.github/
.env
.env.*
!.env.example
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.mypy_cache/
.ruff_cache/
# Logs
logs/
*.log
# Database
*.db
*.sqlite
*.sqlite3
data/
# Docker
docker-compose.override.yml
Dockerfile.*
# Deployment
deploy/
scripts/