# Basic
venv/
__pycache__/
*.pyc
.env
.DS_Store

# Internal docs (already added)
IMPLEMENTATION_PLAN.md
API_spec_v2.md
WEBSITE_CODEBASE_GUIDE.md
original_table_setup.sql
api_ideas.md

# Add these
.env.*
!.env.example
*.log
.idea/
.vscode/
*.egg-info/
dist/
build/
.pytest_cache/
.coverage
htmlcov/
API_data_context.md
CUBIT_PAPER.md
scripts/inspect_schema.py
scripts/test_rpc.sql