# OS/Editor files
.DS_Store
Thumbs.db
.vscode/
.idea/

# Environment files
.env
.env.local
.env.example
.envrc

# Node.js / Next.js (frontend)
frontend/node_modules/
frontend/.next/
frontend/.env
frontend/.env.local
frontend/.vercel/

# Python (backend)
__pycache__/
*.pyc
*.pyo
*.pyd
.venv/
venv/
env/
backend/.env
backend/.pytest_cache/
backend/.mypy_cache/

# Build/Distribution
dist/
build/
coverage/
.coverage
*.tsbuildinfo

# Docker/Database
neo4j_data/

# Logs
*.log

# Cursor AI Editor
.cursorignore
.cursorindexingignore

# Project specific
archive/