# Private project/agent docs — never commit
DEVELOPMENT_LOG.md
PROJECT.md
STRUCTURE.md
FUTURE.md
HISTORY.md
BUILD_SUMMARY.md
SCRIPTS.md
project-requirements.md
.learnings/

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

# Build output
.next/
dist/
build/

# Environment
.env
.env.local
.env.*.local
src/backend/.env
src/frontend/.env

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

# OS
.DS_Store
Thumbs.db

# Docker
postgres_data/

# Logs
*.log

# Sources (reference only, not modified directly)
sources/