Files
Cerbero-Bite/.gitignore
T
root 76d1a4a32d chore(gitignore): ignore .omc/ (oh-my-claudecode session/memory dir)
Directory creata localmente dall'infrastruttura OMC per stato sessione
(project-memory.json, research/, sessions/, state/). Non è artefatto
del progetto cerbero-bite.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-10 09:08:00 +00:00

49 lines
493 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.cache
.hypothesis/
.ruff_cache/
.mypy_cache/
# venv
.venv/
venv/
env/
# uv
# (uv.lock is checked in; ignore only the venv it creates)
# Editor
.vscode/
.idea/
*.swp
*.swo
.DS_Store
# Cerbero Bite — runtime data
data/
*.local.yaml
.lockfile
.gui-lockfile
# Secrets
.env
.env.*
!.env.example
# Tooling state (oh-my-claudecode session/memory dir)
.omc/