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

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

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.hypothesis/
pytest.log

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

# Environment
.env
.env.local
.env.*.local

# Logs
*.log
socratic_logs/

# Data
socratic_data/
*.db
*.sqlite

# Cache
.cache/
.mypy_cache/
node_modules/

# Temporary
*.tmp
*.bak
*.orig
nul

# Build artifacts
dist/
build/

# Coverage reports
.coverage
htmlcov/

# Frontend build
socrates-frontend/dist/
socrates-frontend/build/
socrates-frontend/node_modules/

# API build
socrates-api/.coverage/
socrates-api/dist/
.claude/settings.local.json

# Claude Code temporary files
tmpclaude-*
