Files
matrix-openclaw-bot/.gitignore
2026-02-03 00:54:48 +08:00

31 lines
289 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
.venv/
venv/
ENV/
# Environment variables
.env
# Store folder (E2EE keys)
store/
# IDE
.idea/
.vscode/
*.swp
*.swo
# Distribution
dist/
build/
*.egg-info/
# OS files
.DS_Store
Thumbs.db