triage/.gitignore
iomgaa a986b83f18 初始提交:AIM智能体系统基础框架
- 建立Python项目结构,配置pyproject.toml
- 初始化智能体系统基础类和框架
- 添加Python开发环境的完整.gitignore配置
- 配置UV包管理器及锁定文件
- 创建项目脚手架和程序入口

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-10 18:50:54 +08:00

45 lines
399 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
*.so
# Virtual environments
.venv
venv/
env/
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Environment variables
.env
.env.local
.env.*.local
# Logs
*.log
logs/
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/