# Python
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
*.egg-info/
dist/
build/
.eggs/

# Virtual env
venv/
.venv/
env/
data/
# Test fixtures (generated files — too large for git)
tests/fixtures/large_sample.log
tests/fixtures/large_sample_labels.json
tests/fixtures/demo_incident.log
tests/fixtures/sample.log

# Auto-learned synonyms (runtime generated)
.loglens_synonyms.json

# Env / secrets
.env
*.env

# IDE
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

benchmarks/*.log