# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
dev-debug.log

# Dependency directories
node_modules/

# AI Assistant files
specs/
CLAUDE.MD
COLLECTIONS_IMPLEMENTATION.md 
CONSOLIDATION_SUMMARY.md 
IMPLEMENTATION_SUMMARY.md 


# Environment variables
.env

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

# OS specific
.DS_Store

# 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

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

# Coverage reports
.coverage*
htmlcov/

# Pytest cache
.pytest_cache/
test_data/

# Virtual environments
.venv/
venv/

# Benchmark results
.benchmarks/
benchmarking_results/

# Editor specific
.cursor/
.idea/
.vscode/

# OS specific
Thumbs.db

# Log files
*.log
workspace_qdrant_admin.log

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Thumbnails
._*

# Task files
# tasks.json
# tasks/ 
