DKB_parsers/.gitignore
Andrey Epifancev addcfd21f1 Ignore Claude Code memory files
CLAUDE.md, CLAUDE.local.md and .claude/ are local working notes and
should not be tracked in the shared repository.

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

41 lines
386 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/