__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
.env

# Benchmark generated data and reports
benchmarks/datasets/**/
!benchmarks/datasets/README.md
!benchmarks/datasets/.gitkeep
benchmarks/datasets/manifest.jsonl
benchmarks/reports/*.json
benchmarks/reports/*.html

# Pytest cache
.pytest_cache/

# Generated test fixtures — regenerate locally via
#   python tests/real_world/generate_test_files.py
# These contain Faker-synthesised Dutch PII and should not be committed.
tests/real_world/**
!tests/real_world/generate_test_files.py
!tests/real_world/.gitkeep

# Database
*.db

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

# OS
.DS_Store
Thumbs.db
