# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Pytest & Coverage
.pytest_cache/
.coverage
htmlcov/

# Schemap Cache & Context
.schemap/
schemap_database_context.md
schemap_tools.py
llm_data_context.*
test_llm_data_context.*

# Database files (except versioned examples)
*.db
*.sqlite
*.sqlite3
!examples/demo_ecommerce.db

# Temp test directories
.test-appdata/
.test-temp/
test_schemap.yaml

# Node / JS
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# OS / Editor
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo
