RESEARCH.md

# Python
__pycache__/
*.py[cod]
*$py.class
*.pyo

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
.eggs/

# Virtual environments
.venv/
venv/
env/
.env/

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# Type checking
.mypy_cache/

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

# Node / JS
node_modules/
packages/javascript/dist/
packages/javascript/build/
*.tsbuildinfo

# SQLite / logs
*.sqlite
*.db
*.log
