mirror of
https://github.com/czl9707/build-your-own-openclaw.git
synced 2026-08-14 00:47:59 +00:00
65 lines
597 B
Plaintext
65 lines
597 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
|
|
# Virtual environments
|
|
venv/
|
|
env/
|
|
ENV/
|
|
.venv
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Session data
|
|
.history/
|
|
.logs
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
docs/
|
|
|
|
**/config.user.yaml
|
|
**/config.runtime.yaml
|
|
|
|
**/uv.lock
|
|
|
|
# local utils
|
|
compare_folders.py
|
|
generate_diff_md.py
|
|
cleanup_docstrings.py
|
|
compare_steps.py
|
|
generate_diff.sh
|
|
**/DIFF*.md
|
|
.worktrees/
|
|
|
|
# build time populate
|
|
web/public/steps
|
|
|
|
# agents
|
|
.agents/
|
|
skills-lock.json
|
|
.claude/ |