__pycache__/
*.pyc
.env
*.egg-info/
dist/
build/
.coverage
.pytest_cache/
.ruff_cache/
venv/
.venv/
autodoc_cache.json
comprehensive_data.json
test_install/

# Autodoc generated files (cache and temp files)
.autodoc_chromadb/
.autodoc_file_changes.json
autodoc_enrichment_cache.json
*.autodoc_backup

# Keep enrichment files - they're valuable documentation
# src/autodoc/*.enrichment.md

# Export files
team_export.zip
autodoc_export.zip
*.export.zip

# Visualization outputs (except docs/)
*.html
!docs/*.html
!site/*.html
*.png
!docs/*.png
!docs/images/*.png

# Backup files
*.backup
*.bak
*~

# Rust build artifacts
rust-core/target/

# Vendored dependencies (if needed)
# lib/

# One-time scripts
create_autodoc.sh

# Large data files
comprehensive_data.json

# Database files
*.db
ai_collaboration.db

# IDE and OS files
.DS_Store
.idea/
.vscode/
*.swp
*.swo

# Node.js
node_modules/
sdk/nodejs/dist/