# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
.Python
build/
dist/
*.egg-info/
*.egg
wheels/
pip-wheel-metadata/
share/python-wheels/

# Virtual environments
.venv/
venv/
env/
ENV/

# Environment variables (NEVER commit secrets)
.env
.env.local
.env.*.local

# User data (career-hub stores user career data here when developing locally)
data/
*.db
*.db-journal
*.db-wal
*.db-shm

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

# OneDrive / cloud sync artifacts
desktop.ini
~$*
*.tmp

# Test artifacts
.pytest_cache/
.coverage
htmlcov/
.tox/
.ruff_cache/

# Build outputs
*.pdf
!docs/*.pdf
!examples/**/*.pdf
