# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# IDEs
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

# MyPy
.mypy_cache/
.dmypy.json
dmypy.json

# Ruff
.ruff_cache/

# Data
.memnexus/
data/
*.db
*.sqlite
*.sqlite3

# Logs
*.log
logs/

# LanceDB
*.lance

# Frontend
frontend/node_modules/
frontend/dist/
frontend/.cache/

# Misc
*.bak
*.tmp
*.temp

# Research (local only, not tracked)
research/
!research/README.md  # Keep only the index
!research/**/README.md  # Keep sub-indexes

# Sisyphus planning files (development only)
.sisyphus/
