Files
autoclip/.dockerignore
Kris Ka dd850a7093 feat: 添加视频标题编辑功能和Docker支持
- 新增视频标题编辑功能
- 添加Docker容器化支持
- 完善国际化文档
- 更新README和贡献指南
- 优化集合和项目管理功能
2025-09-16 01:33:45 +08:00

106 lines
886 B
Plaintext

# Git
.git
.gitignore
# 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
MANIFEST
# Virtual environments
venv/
env/
ENV/
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
logs/
# Data
data/
uploads/
temp/
output/
# Docker
Dockerfile*
docker-compose*
.dockerignore
# Documentation
docs/
*.md
!README.md
# Scripts
*.sh
!start_autoclip.sh
!stop_autoclip.sh
!status_autoclip.sh
# Environment
.env
.env.local
.env.development
.env.test
.env.production
# Backup
cleanup_backup/
*.backup
# Test files
test_*.py
*_test.py
tests/
# Coverage
.coverage
htmlcov/
.pytest_cache/
# Celery
celerybeat-schedule
celerybeat.pid
# Redis
dump.rdb
# PID files
*.pid