Files
agent_test/.gitignore

33 lines
301 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
dist/
build/
# Virtual environment
venv/
.venv/
env/
# Large data files
vectors.jsonl
vectors1.jsonl
# Video and image data (too large for git)
shipin/
tupian/
export_videos/
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Claude Code
.claude/