# Virtual environments
.venv/
venv/
env/

# Python cache
__pycache__/
*.py[cod]
*.pyo

# Pytest
.pytest_cache/

# IDE
.vscode/
.idea/

# Environment variables
.env
.env.local

# Distribution / build
dist/
build/
*.egg-info/
*.tar.gz
*.whl

# Local sample data (CVs and job descriptions)
cvs/
jds/
