clawdbot-dev / .gitignore
Executor-Tyrant-Framework's picture
Create .gitignore
f21d5d3 verified
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
env/
ENV/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# ChromaDB
/workspace/chroma_db/
*.chroma
# Repository clones (will be mounted/cloned at runtime)
/workspace/e-t-systems/
# Gradio
flagged/
gradio_cached_examples/
# Secrets
.env
*.pem
*.key
# OS
.DS_Store
Thumbs.db
# Logs
*.log