# Aider files
.aider.*

# Private/sensitive documents
docs/saas-monetization-strategy.md

# Local memory exports (contain sensitive data)
local_export*.json

# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Python environment & build artifacts
.Python
env/
.venv/
venv/
py310_venv/
venv_py310/
.uv/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Python project tools
pip-wheel-metadata/
__pypackages__/

# Virtual Environment activation files (redundant due to .venv/ but explicit if needed)
.env
.env.*

# IDEs & Editors
.idea/
.vscode/
*.swp
*.swo

# OS-specific files
.DS_Store
.AppleDouble
.LSOverride

# CodeGPT / Extensions
.codegpt/

# ChromaDB artifacts
chroma_db/
tests/test_db/chroma.sqlite3

# SQLite-vec artifacts
*.sqlite
*.sqlite-*
.mcp_memory_sqlite/
.mcp_memory_chroma/

# Project-specific artifacts
backups/
test_output.txt
dxdiag_output.txt
dxdiag.txt
claude_desktop_config_updated.json
claude_config/claude_desktop_config.json

# Remove these if mistakenly included
=1.0.0,
=11.0.3

# Logs and debugging
*.log
*.bak
*.tmp
*.old

# Test and development artifacts
test_*.py.backup
*_test.py.old
development_notes.md

# Temporary MCP test files
/tmp/test_mcp*.py
test_mcp*.py
debug_mcp*.py

# Migration artifacts
migration_*.log
deploy_test*.sh

# Optional: VSCode debugging & Python caches
*.coverage
coverage.*
.cache/
.pytest_cache/
.tox/
nosetests.xml
coverage.xml
*.cover
.hypothesis/
claude_config/claude_desktop_config.json
.claude/mcp_config.json

# Personalized setup guides (generated locally)
YOUR_PERSONALIZED_SETUP_GUIDE.md
.mcp.json

# Local memory service configuration (contains private endpoints/keys)
CLAUDE_MEMORY.md
*_reference_memories_*.json

# Personal files
CLAUDE_PERSONALIZED.md
SESSION_MEMORY_2025-08-11.md

# Context crystallizer artifacts
.context-crystallizer/

# Git tools
.git-rewrite/

# Node.js dependencies and artifacts
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
.npm
