# Dependencies
node_modules/
__pycache__/
*.pyc
.venv/
venv/
env/

# Environment (keep .env.example)
.env
.env.local
.env.production
!.env.example

# Build
.next/
out/
dist/
build/

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

# OS
.DS_Store
Thumbs.db

# Docker
pgdata/

# Python
*.egg-info/
*.egg
.eggs/

# Stitch designs (reference only)
stitch-designs/

# Test client projects
ambuja/

# Misc
*.log
coverage/
.pytest_cache/
test.db
*.db

# Generated docs (keep source scripts)
docs/Humane-AI-User-Guide.docx
docs/Humane-AI-Test-Cases.xlsx

# deploy.sh artifacts on production VMs
.humane-deploy.lock
.humane-deploy.log
.humane-last-good-sha
