# Real candidate CVs — contain PII (names, emails, phone numbers).
# NEVER commit these. Anonymised, generated fixtures live elsewhere.
tests/samples/

# Local preview output of the synthetic CV corpus (regenerable).
.fixture_preview/

# Generated example profiles (regenerable via examples/build_example_profile.py).
examples/output_profiles/

# Temporary and binary files
*~
*.py[cod]
*.so
*.cfg
!.isort.cfg
!setup.cfg
*.orig
*.log
*.pot
__pycache__/*
.cache/*
.*.swp
*/.ipynb_checkpoints/*
.DS_Store

# Project files
.ropeproject
.project
.pydevproject
.settings
.idea
.vscode
tags

# Package files
*.egg
*.eggs/
.installed.cfg
*.egg-info

# Unittest and coverage
htmlcov/*
.coverage
.coverage.*
.tox
junit*.xml
coverage.xml
.pytest_cache/

# Build and docs folder/files
build/*
dist/*
sdist/*
docs/api/*
docs/_rst/*
docs/_build/*
cover/*
MANIFEST

# Per-project virtualenvs
.venv*/
.conda*/
.python-version
# Generated by setuptools_scm
src/profgen/_version.py

# Local secrets / API keys — never commit
.env
.env.*

# Private branded assets for `make profile` (confidential templates + style maps)
local/
