# Test results (generated per run)
results/

# Mock docs (copied from en/ for testing)
mock_docs/

# Environment files with API keys
.env
*.env

# Python virtual environment
venv/
.venv/

# Python cache
__pycache__/
*.pyc
*.pyo

# IDE
.vscode/
.idea/

# OS files
.DS_Store
