# Claude Code internal files (not for repository)
CLAUDE.md
OPTIMIZE_PLAN.md
SMART_SAVE.md

# Release sync configuration (dev repo only)
CLAUDE-RECOVERY-PROMPT.md
SESSION-RECOVERY.md
TASK-MATRIX.md
DRY_MAINTAINABILITY_ANALYSIS.md
TESTING_METHODOLOGY_VALIDATION.md
PR-DESCRIPTION*.md
PR-READINESS*.md
TODO.md
.claude/agents/
.claude/utils/
.claude/skill/
tmpclaude-*

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# IDEs and editors
.idea/
*.swp
*.swo
*~

# Generated MCP configuration files (templates are in config-templates/)
.mcp.json
claude_desktop_config.json
.vscode/mcp.json
.antigravity/
.memcord

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
nul
*.txt

# Project specific
memory_slots/
shared_memories/
archives/
cache/
logs/
*.log

# Temporary files
*.tmp
*.temp
.tmp/
.temp/

# Development
.env.local
.env.development
.env.test
.env.production

# Database
*.db
*.sqlite
*.sqlite3

# Jupyter Notebooks
.ipynb_checkpoints

# pyenv
.python-version

# UV
.uv/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# PyCharm
.idea/

# Ruff
.ruff_cache/.github/workflows/
.releaseexclude
scripts/publish-to-main.sh
scripts/publish-to-main.ps1
