# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# Environment and secrets
.env
.env.*
!.env.example

# ChatLore data. Real exports and databases must never enter the repo.
.chatlore/
exports/
*.db
*.db-journal
*.sqlite
*.sqlite3

# Web (added in a later milestone)
web/node_modules/
web/dist/

# Editors and OS
.vscode/
.idea/
.DS_Store
Thumbs.db
