# 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

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

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

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

# Benchmark results (keep structure, ignore outputs)
benchmark/results/*.json

# Premium benchmark features (not open source)
benchmark/live_runner.py
benchmark/rag_test_runner.py
benchmark/doc_scanner.py

# =============================================================================
# PRIVATE / INTERNAL (not published)
# =============================================================================

# Internal research notes
research/
internal/
private/
notes/

# Pro features (separate repo)
kateryna_pro/
pro/

# Commercial strategy docs
COMMERCIAL_STRATEGY.md

# API keys and secrets
.env
.env.*
*.pem
*.key
secrets/

# Local development
local/
scratch/
tmp/
