# OS
.DS_Store
Thumbs.db
desktop.ini

# Editors
.vscode/
.idea/
*.swp
*.swo
*~

# Environment
.env
.env.*
!.env.example

# Dependencies
node_modules/
.venv/
venv/
__pycache__/
*.py[cod]
target/
dist/
build/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Local data — sensitive by nature for this project
/data/
*.ged
*.gedcom
