OpenCLAW-Agent / .gitignore
Agnuxo's picture
Upload .gitignore with huggingface_hub
41c8fd5 verified
raw
history blame contribute delete
192 Bytes
# SECRETS - NEVER COMMIT
.env
*.key
*.pem
secrets/
# State (stored in separate branch)
state/
# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db