Files
zcglxt/.gitignore
Claude 28aa8b5f62 chore: 清理仓库,移除无用文件
- 更新.gitignore文件
- 移除所有.md文档文件(保留README.md)
- 移除测试文件和临时文件
- 移除PHASE和交付报告文件
- 优化仓库结构,只保留源代码和必要配置

Co-Authored-By: Claude Sonnet <claude@anthropic.com>
2026-01-25 00:36:46 +08:00

125 lines
1.1 KiB
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# PyInstaller
*.manifest
.spec
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
tests/.pytest_cache/
tests/*.png
# Environments
.env
.env.local
.env.production
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
logs/
*.log
# Database
*.db
*.sqlite
*.sqlite3
# Uploads
uploads/*
!uploads/.gitkeep
# Alembic
alembic/versions/*.py
!alembic/versions/__init__.py
# MyPy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre
.pyre/
# Jupyter
.ipynb_checkpoints
# PyCharm
.idea/
# VSCode
.vscode/
# Testing
test_*.py
*_test.py
tests/
# Documentation
*.md
docs/
PHASE*.md
DELIVERY*.md
SUMMARY*.md
!README.md
# Temporary files
*.tmp
*.temp
*.bak
*.backup
# Docker
.dockerignore
# Test reports
test_reports/