openclaw/.gitignore
2026-01-25 15:54:13 +00:00

23 lines
193 B
Plaintext

# Node
node_modules/
dist/
npm-debug.log
# Python
__pycache__/
*.py[cod]
venv/
# Environment Variables
.env
.env.local
# Docker
docker-data/
postgres_data/
# IDEs
.vscode/
.idea/
.DS_Store