# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg

# Virtual environments
.venv/
venv/

# Data
*.db
*.faiss
*.sqlite3
~/.repomemory/

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

# Node
node_modules/
frontend/dist/

# Coverage
coverage/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db

# Env
.env
.env.local

# Private / unpublished writing
docs/
extra.txt

