scrubdata / .gitignore
OpenAI Codex
deploy: add sponsor:openai tag (Best Use of Codex) + Codex-hardened build
16dc556
Raw
History Blame Contribute Delete
428 Bytes
# Python
__pycache__/
*.py[cod]
.venv/
*.egg-info/
# uv
.uv/
# Gradio
.gradio/
flagged/
# Models / data (keep large artifacts out of git; push to the Hub instead)
*.gguf
*.bin
*.safetensors
models/
data/
# Env / secrets
.env
.env.*
# OS / editor
.DS_Store
.idea/
.vscode/
.gstack/
# internal: working memory + agent/skill defs — never publish
project-memory/
.claude/
_private/
# demo video assets (local only)
_video/