OracleProto / .gitignore
MaYiding's picture
Update .gitignore
7832a53
raw
history blame contribute delete
378 Bytes
# Local-only; never pushed to the Hugging Face dataset repo.
# Claude Code local instructions
CLAUDE.md
# macOS artifacts
.DS_Store
# SQLite write-ahead and shared-memory side files
*.db-journal
*.db-wal
*.db-shm
# Python local development artifacts (if any)
.venv/
venv/
__pycache__/
*.pyc
*.pyo
# AI tooling / IDE artifacts
.claude/
.codeflicker/
.codex/
.idea/
.vscode/