Files
tg-telegram-imagebed/.dockerignore

63 lines
569 B
Plaintext
Raw Permalink 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
*.egg-info/
dist/
build/
# 虚拟环境
venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# 日志和数据库
*.log
*.db
*.sqlite
*.sqlite3
# 数据目录
data/
# Git
.git/
.gitignore
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# 前端开发文件
frontend/node_modules/
frontend/.nuxt/
frontend/.output/
frontend/dist/
frontend/.cache/
# 环境变量(保留.env.example
.env
# 临时文件
*.tmp
*.temp
.DS_Store
Thumbs.db
# Claude Code
.claude/
# 测试文件
check_*.py
test_*.py