DKB_parsers/.gitignore
Andrey Epifancev 1794654c39 Ignore beads and agent tooling artifacts
bd init writes AGENTS.md and .beads/ into the working tree; these are
local agent tooling, not part of the service.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-10 18:21:14 +04:00

53 lines
564 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
# Virtual environments
.venv/
venv/
env/
ENV/
# Environment / secrets
.env
.env.*
!.env.example
# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# IDE
.idea/
.vscode/
# OS
.DS_Store
# Claude Code memory (local only, not tracked)
CLAUDE.md
CLAUDE.local.md
.claude/
# Beads / Dolt files (added by bd init)
.dolt/
*.db
.beads-credential-key
# Beads / agent tooling (local only, not tracked)
AGENTS.md
.beads/
.dolt/
*.db
.beads-credential-key