# Dependencies and Environment
node_modules/
*.log
.env
.env.local
.env.*.local
.DS_Store

# Build outputs
dist/
build/
*.pyc
__pycache__/
*.egg-info/
.eggs/
*.so

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Testing
coverage/
.nyc_output/
.pytest_cache/

# Temporary files
tmp/
*.tmp

# API Keys and Secrets (IMPORTANT!)
*.env
secrets/
*.key
*.pem
*.crt
*.cert

# Vector Databases and Caches
*.vectorstore/
*.cache/
*.db/
*.sqlite

# Python virtual environment
venv/
env/
.venv/
virtualenv/

# OS files
Thumbs.db
.DS_Store
